diff --git a/dev/src/dev.clj b/dev/src/dev.clj
index c2e4cd306795221bcbadd064c3cf92c89a7c816d..5fa5a47602c5e4b250d5bda7efad6702bbf98fca 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