From e2bf4a8d68b647e436d7ba9135e522bfcb48d097 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 19 Feb 2019 05:35:57 +0800 Subject: [PATCH] release-v0.13 info added --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 742bd50..ab22dc1 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Current development branch: - https://github.com/moneroexamples/onion-monero-blockchain-explorer/tree/devel - +Note: `devel` branch of the explorer follows `master` branch of the monero. ## Compilation on Ubuntu 16.04/18.04 @@ -103,11 +103,11 @@ sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound # go to home folder cd ~ -git clone --recursive https://github.com/monero-project/monero +# download monero sourced for branch release-v0.13 +git clone --recurse-submodules -b release-v0.13 https://github.com/monero-project/monero.git cd monero/ - USE_SINGLE_BUILDDIR=1 make ```