From 4711f0bf3aa0836c07e604bedce0686919148f5a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 27 Feb 2019 23:12:40 +0800 Subject: [PATCH] How to git pull devel branch info added --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d63af04..2123e9e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Note: `devel` branch of the explorer follows `master` branch of the monero. ## Compilation on Ubuntu 16.04/18.04 -##### Compile latest Monero version (0.13) +##### Compile latest Monero version (0.14.0.0) Download and compile recent Monero into your home folder: @@ -120,8 +120,8 @@ as follows: # go to home folder if still in ~/monero cd ~ -# download the source code -git clone https://github.com/moneroexamples/onion-monero-blockchain-explorer.git +# download the source code of the devel branch +git clone --recursive -b devel https://github.com/moneroexamples/openmonero.git # enter the downloaded sourced code folder cd onion-monero-blockchain-explorer