From 30cb114e3cf267bccb1c38e597c644293452e282 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 20 May 2025 14:18:51 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874527eb9..a8a39ebf9 100644 --- a/README.md +++ b/README.md @@ -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._