Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irbowen committed Apr 17, 2017
1 parent 5311097 commit fcef7cb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcef7cb

Please sign in to comment.