Skip to content

Commit

Permalink
Stamp 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerto committed Aug 29, 2021
1 parent c79a225 commit 36fbee6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Before installing **wal2json**, you should have PostgreSQL 9.4+ installed (inclu
If you compile PostgreSQL by yourself and install it in `/home/euler/pg13`:

```
$ tar -zxf wal2json-wal2json_2_3.tar.gz
$ cd wal2json-wal2json_2_3
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ export PATH=/home/euler/pg13/bin:$PATH
$ make
$ make install
Expand All @@ -51,8 +51,8 @@ If you are using [PostgreSQL yum repository](https://yum.postgresql.org):

```
$ sudo yum install postgresql13-devel
$ tar -zxf wal2json-wal2json_2_3.tar.gz
$ cd wal2json-wal2json_2_3
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ export PATH=/usr/pgsql-13/bin:$PATH
$ make
$ make install
Expand All @@ -62,8 +62,8 @@ If you are using [PostgreSQL apt repository](https://wiki.postgresql.org/wiki/Ap

```
$ sudo apt-get install postgresql-server-dev-13
$ tar -zxf wal2json-wal2json_2_3.tar.gz
$ cd wal2json-wal2json_2_3
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ export PATH=/usr/lib/postgresql/13/bin:$PATH
$ make
$ make install
Expand Down

0 comments on commit 36fbee6

Please sign in to comment.