git clone command corrected

This commit is contained in:
moneroexamples 2019-02-19 07:51:49 +08:00
parent e2bf4a8d68
commit 8062714896
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound
cd ~
# download monero sourced for branch release-v0.13
git clone --recurse-submodules -b release-v0.13 https://github.com/monero-project/monero.git
git clone --recursive -b release-v0.13 https://github.com/monero-project/monero.git
cd monero/