From 3371f3cf47079252eef4ffea5ac8e4ea1d40521f Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 19 Feb 2019 10:11:23 +0000 Subject: [PATCH] PATH should contain the parent folder of pg_config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f10eedd2468..a7fb0c807c87 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Before use this extension, you should build it and load it at the desirable data ``` $ git clone https://github.com/eulerto/wal2json.git $ cd wal2json -$ PATH=/path/to/bin/pg_config:$PATH +# Make sure your path includes the bin directory that contains the correct `pg_config` +$ PATH=/path/to/pg/bin:$PATH $ USE_PGXS=1 make $ USE_PGXS=1 make install ```