build release ngd

master
Niko 12 months ago
parent 392c25f3fd
commit e4f2f38c18
  1. 4
      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

Loading…
Cancel
Save