diff --git a/README.md b/README.md index 26eeced..f0ae11f 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,12 @@ Emulate DAS DHT behavior, with a few simplifying assumptions: - 1-way latency is 50ms (configurable) - no losses in transmission (configurable) - scaled down numbers (nodes, blocksize, etc., all configrable) + +## Quick start + +``` +git clone https://github.com/codex-storage/das-dht-emulator +cd das-dht-emulator +make -j4 +build/das +``` \ No newline at end of file