broke commands to separate lines
I couldn't find a way to do it without the extra line break for the `.rst` file format.
This commit is contained in:
parent
41c1cfeb64
commit
7167f841d3
1 changed files with 3 additions and 0 deletions
|
@ -34,8 +34,11 @@ Building CORE
|
||||||
To build this software you should use:
|
To build this software you should use:
|
||||||
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Here is what is installed with 'make install':
|
Here is what is installed with 'make install':
|
||||||
|
|
Loading…
Add table
Reference in a new issue