aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 3eeb61d..ad93287 100644
--- a/README.rst
+++ b/README.rst
@@ -41,8 +41,7 @@ section may be incomplete and subject to changes.
# install from the repo
git clone https://github.com/Determinant/hot-stuff.git
cd hot-stuff/
- git submodule init
- git submodule update --recursive
+ git submodule update --init --recursive
# ensure openssl and libevent are installed on your machine
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED=ON -DHOTSTUFF_PROTO_LOG=ON