aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-08-21 10:43:52 -0400
committerDeterminant <ted.sybil@gmail.com>2018-08-21 10:43:52 -0400
commit4022d928eae69ff60a4e22c25f8dad28a7a7a267 (patch)
treef3a139ac3dd0b74877fba18f7209923a3309c747 /README.rst
parentcf3f1c3b4412412231cd19cb5aa30c5e62b21914 (diff)
update readme
Diffstat (limited to 'README.rst')
-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