diff --git a/src/contributors/02-local-development.md b/src/contributors/02-local-development.md index 739a359..22e9cdc 100644 --- a/src/contributors/02-local-development.md +++ b/src/contributors/02-local-development.md @@ -54,7 +54,7 @@ macOS: ```bash brew install postgresql brew services start postgresql -/usr/local/opt/postgres/bin/createuser -s postgres +$(brew --prefix postgresql)/bin/createuser -s postgres ``` Either execute `scripts/db-init.sh`, or manually initialize the postgres database: