From 938b8ddf81436d33f378e0381b7412a3fc16d706 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 7 Sep 2017 07:05:18 +0800 Subject: [PATCH] readme updated to v0.11.0.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e35dcb4..6711195 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The key features of the Onion Monero Blockchain Explorer are: ## Compilation on Ubuntu 16.04 -##### Compile latest Monero +##### Compile latest Monero release v0.11 Download and compile recent Monero into your home folder: @@ -98,10 +98,14 @@ git clone https://github.com/monero-project/monero cd monero/ +# checkout last monero version +git checkout -b last_release v0.11.0.0 + make ``` ##### Compile and run the explorer + Once the Monero is compiles, the explorer can be downloaded and compiled as follows: