From c5adc03b57bac610584818032be3264a336a0ec6 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 13 Jun 2023 13:37:57 +0200 Subject: [PATCH] adding quick start instructions Signed-off-by: Csaba Kiraly --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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