From f9ee2295156821b439104131423edb647ab9f8ed Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Sat, 16 Feb 2019 11:27:18 +0000 Subject: [PATCH] Add 'cd' command to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9f6c5fd8344..8f10eedd2468 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ 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 $ USE_PGXS=1 make $ USE_PGXS=1 make install