From 9008626d96430db9476eb2d36419c23f1a03c479 Mon Sep 17 00:00:00 2001 From: Siyu Lai Date: Wed, 20 Aug 2025 22:21:42 -0700 Subject: [PATCH] correct psql path --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 76566a818..7c7e4e0b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -98,7 +98,7 @@ nano ~/.profile and adding: ```bash -export PATH=/Applications/Postgres.app/Contents/MacOS/bin:$PATH +export PATH=/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH ``` After this, you may need to start a new shell window, or source the profile again by running `. ~/.profile`. -- 2.39.5