From 67a5470c6f29f1c2f4ff4db33c3e4e3374083151 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 14 Jul 2017 04:33:29 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index efdf134..366b793 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The key features of the Onion Monero Blockchain Explorer are: ##### Compile latest Monero -Download and compile recent Monero release into your home folder: +Download and compile recent Monero into your home folder: ```bash # first install monero dependecines @@ -95,9 +95,6 @@ git clone https://github.com/monero-project/monero cd monero/ -# checkout last monero version -git checkout -b last_release v0.10.3.1 - make ```