From 7167f841d30792837436eed55e1f88185ee76365 Mon Sep 17 00:00:00 2001 From: Igal Date: Mon, 7 Aug 2017 22:56:30 -0400 Subject: [PATCH] broke commands to separate lines I couldn't find a way to do it without the extra line break for the `.rst` file format. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 32645021..cc41df24 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,11 @@ Building CORE To build this software you should use: ./bootstrap.sh + ./configure + make + sudo make install Here is what is installed with 'make install':