From 802c3e01c723e9e67a4f06c75889442bb0ceef41 Mon Sep 17 00:00:00 2001 From: Ivan Danyliuk Date: Thu, 1 Nov 2018 16:14:18 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6c30cc6..8c494cd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,21 @@ Original intent of these simulators is to provide stats and resulting traces/log | Docker | Docker-based network | TBD | ## Usage +As a backend for the visualization frontend: +``` +go get github.com/status-im/simulation/cmd/propagation_server + +propagation_server +``` + +As a commandline tool: + +``` +go get github.com/status-im/simulation/cmd/propagation_simulator +// copy network.json to current directory +propagation_simulator --help +``` ## License MIT