Skip to content

Commit

Permalink
added sudo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davinci committed Jul 30, 2018
1 parent f3fcd07 commit 0f454ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ do
done
./bin/results_plotter.py -i results.json -size $4
```
If you want to simulate bad network conditions you need to use a docker type node:
If you want to simulate bad network conditions you need to use a docker type node. Depending on your docker permissions you may need to run these commands as root.
```
# Initalize network
./iptb init -n $k -f --type=docker
Expand Down

0 comments on commit 0f454ce

Please sign in to comment.