update readme

This commit is contained in:
Beverly Nguyen
2025-05-20 14:18:51 -07:00
parent ca2c0afa5d
commit 30cb114e3c

View File

@@ -221,7 +221,7 @@ If you don't have a line for your `$PATH` environment variable, add it in like
this, which will include the PostgreSQL binaries:
```
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH
export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"
```
_NOTE: You don't want to overwrite your existing `$PATH` environment variable! Hence the reason why it is included on the end like this; paths are separated by a colon._