From d8fe1ebf473d1cd302d7a808bb1fe23963a32ee6 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 12 Mar 2015 18:01:15 +0530 Subject: [PATCH] Minor .md tweaking --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25c704b3..19d55bb1 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,10 @@ Installation necessary files. * Source installation - - `repmgr` source code is available at - https://github.com/2ndQuadrant/repmgr - - tar.gz files can be downloaded from + - `git clone https://github.com/2ndQuadrant/repmgr` + - Or download tar.gz files from https://github.com/2ndQuadrant/repmgr/releases - - To install from source, just run: - - sudo make USE_PGXS=1 install + - To install from source, just run `sudo make USE_PGXS=1 install` Configuration -------------