From b361dce323ed211810e83d35a442ba73ba880711 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 4 Jun 2023 00:20:31 +0300 Subject: [PATCH] build release ngd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa5f7a9..3d06ac3 100644 --- a/README.md +++ b/README.md @@ -109,10 +109,10 @@ cargo test --package p2p-client-ws --lib -- --nocapture ### Build release binaries ``` -cargo build -r +cargo build -r -p ngd ``` -you can then find the binaries `ngcli` and `ngd` in `target/release` +you can then find the binary `ngd` in `target/release` ### Generate documentation