From fcef7cb51bb592285d0b2176102ed1f78efe44e1 Mon Sep 17 00:00:00 2001 From: Isaac Bowen Date: Mon, 17 Apr 2017 00:29:58 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b62b352..406a0eb 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,15 @@ Our paxos implmentation is written in c++14. You can get started with the following ```bash -git@github.com:irbowen/Sharded_Key_Value_Store.git +git clone git@github.com:irbowen/Sharded_Key_Value_Store.git cd Sharded_Key_Value_Store -mkdir bin -mkdir objs +mkdir bin objs # generate config files based on #shards and #tolerated failures -python3 make_scripts.py +./make_scripts.py # Make sure we can run the scripts -chmod +x scripts/* -chmod +x run.sh +chmod +x scripts/start_replicas.sh # Run the whole setup! ./run.sh