aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNanoAkron <nanoakron@users.noreply.github.com>2016-11-21 22:38:39 +0000
committerNanoAkron <nanoakron@users.noreply.github.com>2016-11-21 23:21:58 +0000
commit1df0fc719ee7eabaf0f38d54685516fec4292c47 (patch)
tree78257f64ffc49ef64b7047ce2941cddbc92463c1 /README.md
parentMerge pull request #1346 (diff)
downloadmonero-1df0fc719ee7eabaf0f38d54685516fec4292c47.tar.xz
Fix formatting of RPi2 build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/README.md b/README.md
index 321c9c3da..58d23c530 100644
--- a/README.md
+++ b/README.md
@@ -193,26 +193,26 @@ invokes cmake commands as needed.
Tested on a Raspberry Pi 2 with a clean install of minimal Debian Jessie from https://www.raspberrypi.org/downloads/raspbian/
-* `apt-get update` and `apt-get upgrade` to install all of the latest software
+* `apt-get update && apt-get upgrade` to install all of the latest software
* Install the dependencies for Monero except libunwind and libboost-all-dev
-* Increase the system swap size
-
- sudo /etc/init.d/dphys-swapfile stop
- sudo nano /etc/dphys-swapfile
- CONF_SWAPSIZE=1024
- sudo /etc/init.d/dphys-swapfile start
-
-* Install the latest version of boost (this may first require invoking `apt-get remove --purge libboost*` to remove a previous version if you're not using a clean install)
-
- cd
- wget https://sourceforge.net/projects/boost/files/boost/1.62.0/boost_1_62_0.tar.bz2
- tar xvfo boost_1_62_0.tar.bz2
- cd boost_1_62_0
- ./bootstrap.sh
- sudo ./b2
-
+* Increase the system swap size:
+```
+ sudo /etc/init.d/dphys-swapfile stop
+ sudo nano /etc/dphys-swapfile
+ CONF_SWAPSIZE=1024
+ sudo /etc/init.d/dphys-swapfile start
+```
+* Install the latest version of boost (this may first require invoking `apt-get remove --purge libboost*` to remove a previous version if you're not using a clean install):
+```
+ cd
+ wget https://sourceforge.net/projects/boost/files/boost/1.62.0/boost_1_62_0.tar.bz2
+ tar xvfo boost_1_62_0.tar.bz2
+ cd boost_1_62_0
+ ./bootstrap.sh
+ sudo ./b2
+```
* Wait ~8 hours
sudo ./bjam install