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