Skip to content

Commit

Permalink
Merge pull request yugabyte#108 from benjie/patch-3
Browse files Browse the repository at this point in the history
PATH should contain the parent folder of pg_config
  • Loading branch information
Euler Taveira de Oliveira authored Feb 21, 2019
2 parents 7360b1e + 3371f3c commit 72e3a2e
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 72e3a2e

Please sign in to comment.