tooling: update nix instructions on starting db (#6457)

This commit is contained in:
pyranota
2025-08-25 14:45:53 +02:00
committed by GitHub
parent 8d31c2ab0d
commit ef93e9ec8b
+1 -1
View File
@@ -22,7 +22,7 @@ nix develop
## or ignore if you have `direnv`
# Start db (if not started already)
sudo docker compose up db -d
./start-dev-db.sh
# run the frontend.
wm