From cb6641b1e5794d7ff20983b46fa490689afadfee Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 27 Feb 2019 23:14:05 +0800 Subject: [PATCH] How to compile devel branch info added --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18a3d37..b78f44a 100755 --- a/README.md +++ b/README.md @@ -106,7 +106,8 @@ sudo apt install libmysql++-dev # go to home folder if still in ~/monero cd ~ -git clone --recursive https://github.com/moneroexamples/openmonero.git +# download the source code of the devel branch +git clone --recursive -b devel https://github.com/moneroexamples/openmonero.git cd openmonero