From 31704ce8aa7b5b1efe151dec5c15a56884acba39 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 17 Dec 2017 07:28:58 +0800 Subject: [PATCH] readme updated --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c2b1e9e..cf7cba2 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ For other Linux operating systems, the instructions are analogical. #### Monero download and compilation -Download and compile recent Monero release into your home folder: +Download and compile recent Monero into your home folder: ```bash # first install monero dependecines @@ -107,8 +107,6 @@ git clone https://github.com/monero-project/monero cd monero/ -# checkout last monero version -git checkout -b last_release v0.11.1.0 make ```