From 20c494453085fc2b83c0ad4e887afb760f68fa80 Mon Sep 17 00:00:00 2001 From: Rachit Srivastava Date: Sun, 8 Sep 2024 02:38:03 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dedbdd5..74a0256 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ make da-server #### Run Avail Server ``` -go run . --addr=localhost --port=8000 --avail.rpc= --avail.seed="" --avail.appid= --avail.timeout=<(optional) Timeout> +./bin/avail-da-server --addr=localhost --port=8000 --avail.rpc= --avail.seed="" --avail.appid= --avail.timeout=<(optional) Timeout> ``` #### Run Tests