From ef93e9ec8bd8b2e44759b20d9cd2f2244458ccf1 Mon Sep 17 00:00:00 2001 From: pyranota <92104930+pyranota@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:45:53 +0200 Subject: [PATCH] tooling: update nix instructions on starting db (#6457) --- frontend/README_DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README_DEV.md b/frontend/README_DEV.md index 61335374e1..c17ac944c8 100644 --- a/frontend/README_DEV.md +++ b/frontend/README_DEV.md @@ -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