Skip to content

Commit

Permalink
Stamp 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eulerto committed Oct 11, 2022
1 parent 821147b commit 770872b
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/pg14`:

```
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ tar -zxf wal2json-wal2json_2_5.tar.gz
$ cd wal2json-wal2json_2_5
$ export PATH=/home/euler/pg14/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 postgresql14-devel
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ tar -zxf wal2json-wal2json_2_5.tar.gz
$ cd wal2json-wal2json_2_5
$ export PATH=/usr/pgsql-14/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-14
$ tar -zxf wal2json-wal2json_2_4.tar.gz
$ cd wal2json-wal2json_2_4
$ tar -zxf wal2json-wal2json_2_5.tar.gz
$ cd wal2json-wal2json_2_5
$ export PATH=/usr/lib/postgresql/14/bin:$PATH
$ make
$ make install
Expand Down

0 comments on commit 770872b

Please sign in to comment.