diff options
author | Determinant <[email protected]> | 2018-08-21 10:43:52 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-21 10:43:52 -0400 |
commit | 4022d928eae69ff60a4e22c25f8dad28a7a7a267 (patch) | |
tree | f3a139ac3dd0b74877fba18f7209923a3309c747 | |
parent | cf3f1c3b4412412231cd19cb5aa30c5e62b21914 (diff) |
update readme
-rw-r--r-- | README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |