diff --git a/README.md b/README.md index 939f167..8088ee0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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