From 64e38b806127d8cc0aecfbefc4d821889a8f9a94 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 7 Feb 2018 07:02:16 +0300 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dae9ab9..78888fdc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ echo "deb-src [arch=amd64] http://repo.postgrespro.ru/pg_probackup/deb/ $(lsb_re ```shell #RPM Centos Packages rpm -ivh http://repo.postgrespro.ru/pg_probackup/keys/pg_probackup-repo-centos.noarch.rpm -yum install -y pg_probackup-(10|9.6|9.5) +yum install pg_probackup-(10|9.6|9.5) ``` 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: