Skip to content

Commit 3703db4

Browse files
authored
Fix cargo install omni node
1 parent 1e64440 commit 3703db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This tutorial requires two essential tools:
3838
Install it by executing the following command:
3939

4040
```bash
41-
cargo install --git https://github.com/paritytech/polkadot-sdk --tag {{dependencies.polkadot_sdk.stable_version}} --force staging-chain-spec-builder
41+
cargo install staging-chain-spec-builder
4242
```
4343

4444
This installs the `chain-spec-builder` binary. Refer to the [Generate Chain Specs](/develop/parachains/deployment/generate-chain-specs/){target=\_blank} documentation for detailed usage.
@@ -49,7 +49,7 @@ This tutorial requires two essential tools:
4949
To install it, run the following command:
5050

5151
```bash
52-
cargo install --git https://github.com/paritytech/polkadot-sdk --tag {{dependencies.polkadot_sdk.stable_version}} --force polkadot-omni-node
52+
cargo install polkadot-omni-node
5353
```
5454

5555
This installs the `polkadot-omni-node` binary.

0 commit comments

Comments
 (0)