From ac3ad8ce9a5c00091eb21e7079974a7895df2f6a Mon Sep 17 00:00:00 2001 From: nikoPLP Date: Sun, 5 Mar 2023 07:10:18 +0200 Subject: [PATCH] update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57cec2b..944f5be 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,11 @@ The crates are organized as follow : Build & run executables: ``` -cargo run --bin ngd // runs the daemon -cargo run --bin ngcli // runs the client +// runs the daemon +cargo run --bin ngd + +// runs the client +cargo run --bin ngcli ``` ### Test