Skip to content

Commit

Permalink
add --recurse-submodules to git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea authored Mar 6, 2018
1 parent 8272e9c commit f602ec9
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 @@ -117,7 +117,7 @@ To build eternal terminal on mac, the easiest way is to grab dependencies with h

```
brew install --only-dependencies MisterTea/et/et
git clone https://github.com/MisterTea/EternalTerminal.git
git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git
cd EternalTerminal
mkdir build
cd build
Expand All @@ -131,7 +131,7 @@ Grab the deps and then follow the same process as for OS/X:

```
sudo apt install libsodium-dev, libncurses5-dev, libprotobuf-dev, protobuf-compiler, cmake, libgflags-dev, libutempter-dev
git clone https://github.com/MisterTea/EternalTerminal.git
git clone --recurse-submodules https://github.com/MisterTea/EternalTerminal.git
cd EternalTerminal
mkdir build
cd build
Expand Down

0 comments on commit f602ec9

Please sign in to comment.