From 36fbee6cbb7e4bc1bf9ee4f55842ab51393e3ac0 Mon Sep 17 00:00:00 2001 From: Euler Taveira Date: Sun, 29 Aug 2021 12:36:04 -0300 Subject: [PATCH] Stamp 2.4 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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