Update README.md

This commit is contained in:
moneroexamples 2017-07-14 04:33:29 +08:00 committed by GitHub
parent d2105d17cb
commit 67a5470c6f

View file

@ -80,7 +80,7 @@ The key features of the Onion Monero Blockchain Explorer are:
##### Compile latest Monero ##### Compile latest Monero
Download and compile recent Monero release into your home folder: Download and compile recent Monero into your home folder:
```bash ```bash
# first install monero dependecines # first install monero dependecines
@ -95,9 +95,6 @@ git clone https://github.com/monero-project/monero
cd monero/ cd monero/
# checkout last monero version
git checkout -b last_release v0.10.3.1
make make
``` ```