build release ngd

Niko 1 year ago
parent 49b9e61a59
commit b361dce323
  1. 4
      README.md

@ -109,10 +109,10 @@ cargo test --package p2p-client-ws --lib -- --nocapture
### Build release binaries ### 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 ### Generate documentation

Loading…
Cancel
Save