aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-08-18 16:28:32 -0400
committerDeterminant <ted.sybil@gmail.com>2018-08-18 16:28:32 -0400
commit559465ecfa891da2b547c0e144e981a01ff4af33 (patch)
treee8d72598ab5bdd81383226349d000ef060c740fd /README.rst
parent7c5f0eb6222639ecb9e2e8422481e4f5f87ba721 (diff)
add more scripts
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 7c526d5..3eeb61d 100644
--- a/README.rst
+++ b/README.rst
@@ -38,14 +38,15 @@ section may be incomplete and subject to changes.
::
- # clone from the repo
+ # install from the repo
git clone https://github.com/Determinant/hot-stuff.git
cd hot-stuff/
+ git submodule init
git submodule update --recursive
# ensure openssl and libevent are installed on your machine
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED=ON -DHOTSTUFF_PROTO_LOG=ON
make
- # start 4 demo replicas with scripts/run_replicas.sh
- # start the demo client with scripts/run_client.sh
+ # start 4 demo replicas with scripts/run_demo.sh
+ # start the demo client with scripts/run_demo_client.sh