From c63501cca442cb1a530dda41434a85778c66eedc Mon Sep 17 00:00:00 2001 From: Will Laurance Date: Sun, 2 Apr 2023 10:34:02 -0700 Subject: [PATCH] Update readme to show example usage of PG_CONFIG (#79) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b65d8ab..600949a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ make make install # may need sudo ``` +If you have multiple server installations you will want to specify the installation's `PG_CONFIG` path. +```sh +... +export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config +make +make install +``` + Then load it in databases where you want to use it ```sql