Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c5f5ddc

Browse files
committed
README package installation instruction adjustment
1 parent 8787a06 commit c5f5ddc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ apt-get install pg-probackup-(10|9.6|9.5)
5252
#DEB-SRC Packages
5353
echo "deb-src [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_release -cs) main-$(lsb_release -cs)" >>\
5454
/etc/apt/sources.list.d/pg_probackup.list
55-
```
5655

57-
```shell
5856
#RPM Centos Packages
5957
rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm
6058
yum install pg_probackup-(10|9.6|9.5)
59+
60+
#SRPM Centos Packages
61+
yumdownloader --source pg_probackup-(10|9.6|9.5)
6162
```
6263

6364
To compile `pg_probackup`, you must have a PostgreSQL installation and raw source tree. To install `pg_probackup`, execute this in the module's directory:

0 commit comments

Comments
 (0)