From 24f2afddf2516ba0fb5a806e6836ae31dcd3bb9d Mon Sep 17 00:00:00 2001 From: Sebastian Miasojed Date: Wed, 22 Nov 2023 12:08:49 +0100 Subject: [PATCH] Update the README with the new location of node-cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f75b43deb2..9d9e595a2d 100644 --- a/README.md +++ b/README.md @@ -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