Skip to content

Commit

Permalink
PATH should contain the parent folder of pg_config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Feb 19, 2019
1 parent 7360b1e commit 3371f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3371f3c

Please sign in to comment.