Skip to content

Commit 64f3f60

Browse files
author
Zakirov Artur
committed
Fix the README
1 parent ac9e20a commit 64f3f60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Before build and install **rum** you should ensure following:
1818

1919
Typical installation procedure may look like this:
2020

21-
$ git clone https://github.com/postgrespro/rum
22-
$ cd rum
23-
$ make USE_PGXS=1
24-
$ sudo make USE_PGXS=1 install
25-
$ make USE_PGXS=1 installcheck
26-
$ psql DB -c "CREATE EXTENSION rum;"
21+
$ git clone https://github.com/postgrespro/rum
22+
$ cd rum
23+
$ make USE_PGXS=1
24+
$ sudo make USE_PGXS=1 install
25+
$ make USE_PGXS=1 installcheck
26+
$ psql DB -c "CREATE EXTENSION rum;"
2727

2828
## New access method and operator class
2929

0 commit comments

Comments
 (0)