diff --git a/docs/setup-dev.md b/docs/setup-dev.md index b9f806b50a4..e9fc6f3956a 100644 --- a/docs/setup-dev.md +++ b/docs/setup-dev.md @@ -159,7 +159,9 @@ Rust toolchain as well. ## Postgres -Install the latest postgres. +Install the latest postgres: + +On mac: ```bash brew install postgresql@14 @@ -174,6 +176,12 @@ brew install postgresql@14 cargo install cargo-nextest ``` +On linux: + +```bash +sudo apt-get install postgresql +``` + ### SQLx CLI SQLx is a Rust library we use to interact with Postgres, and its CLI is used to manage DB migrations and support several