Update the README with the new location of node-cli (#1282)

This commit is contained in:
Sebastian Miasojed
2023-11-22 17:40:17 +01:00
committed by GitHub
parent f342f31b42
commit 6855b1ffd2
+1 -1
View File
@@ -35,7 +35,7 @@ substrate node per test. It requires an up-to-date `substrate` executable on you
This can be installed from source via cargo:
```bash
cargo install --git https://github.com/paritytech/substrate node-cli --force
cargo install --git https://github.com/paritytech/polkadot-sdk staging-node-cli --force
```
## Real world usage