From 018ceb7a4686309237f6e40b187cf61df26035d6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 16 Jan 2024 22:26:28 -0800 Subject: [PATCH] Updated PG_CONFIG example [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edc5263..6012416 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ sum(vector) → vector | sum | 0.5.0 If your machine has multiple Postgres installations, specify the path to [pg_config](https://www.postgresql.org/docs/current/app-pgconfig.html) with: ```sh -export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config +export PG_CONFIG=/Library/PostgreSQL/16/bin/pg_config ``` Then re-run the installation instructions (run `make clean` before `make` if needed). If `sudo` is needed for `make install`, use: