From a4d955caf702a13a8476a11068fab7f24c532638 Mon Sep 17 00:00:00 2001
From: Ngoc Khuat <qn.khuat@gmail.com>
Date: Fri, 15 Mar 2024 07:39:30 +0700
Subject: [PATCH] Mention dev-scripts and UTM in dev namespace doc (#40118)

---
 dev/src/dev.clj | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/src/dev.clj b/dev/src/dev.clj
index c2e4cd30679..5fa5a47602c 100644
--- a/dev/src/dev.clj
+++ b/dev/src/dev.clj
@@ -12,6 +12,8 @@
 ;;
 ;; - [Getting started with backend development](https://github.com/metabase/metabase/blob/master/docs/developers-guide/devenv.md#backend-development)
 ;; - [Additional notes on using tools.deps](https://github.com/metabase/metabase/wiki/Migrating-from-Leiningen-to-tools.deps)
+;; - [Use the dev-scripts repo to run various local DBs](https://github.com/metabase/dev-scripts)
+;; - [If you're on mac and need a VM to run Windows, Linux.. etc checkout UTM](https://mac.getutm.app/)
 ;; - [Other tips](https://github.com/metabase/metabase/wiki/Metabase-Backend-Dev-Secrets)
 ;;
 ;; ## Important Parts of the Codebase
-- 
GitLab