From f11e4d7b2095d205edc4af6163aef4063f59c60b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 17 Feb 2025 13:22:50 -0800 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5b9d8..6b33e8e 100644 --- a/README.md +++ b/README.md @@ -1122,7 +1122,7 @@ Note: Replace `17` with your Postgres server version If compilation fails and the output includes `warning: no such sysroot directory` on Mac, your Postgres installation points to a path that no longer exists. ```sh -pg_config --ldflags +pg_config --cppflags ``` Reinstall Postgres to fix this.