Skip to content

Commit

Permalink
README: add --recursive to git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffu committed Oct 29, 2019
1 parent bb07782 commit 25f94e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Use Ubuntu 16.04 LTS.
Compile Monero source (with shared libraries option):

apt-get install git cmake build-essential libssl-dev pkg-config libboost-all-dev
git clone https://github.com/monero-project/monero.git
git clone --recursive https://github.com/monero-project/monero.git
cd monero
git checkout tags/v0.14.0.0 -b v0.14.0.0
cmake -DBUILD_SHARED_LIBS=1 .
Expand All @@ -58,7 +58,7 @@ Build stratum:

Compile Monero source:

git clone https://github.com/monero-project/monero.git
git clone --recursive https://github.com/monero-project/monero.git
cd monero
git checkout tags/v0.14.0.0 -b v0.14.0.0
cmake .
Expand Down

0 comments on commit 25f94e2

Please sign in to comment.