Skip to content

Commit 4d3f68c

Browse files
Add cargo install commands
1 parent c6f71c7 commit 4d3f68c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ be used to run the minimal template's runtime. `polkadot-omni-node` binary crate
8282

8383
Please see installation section on [crates.io/omni-node](https://crates.io/crates/polkadot-omni-node).
8484

85+
```sh
86+
cargo install polkadot-omni-node
87+
```
88+
8589
#### Build `minimal-template-runtime`
8690

8791
```sh
@@ -92,6 +96,10 @@ cargo build -p minimal-template-runtime --release
9296

9397
Please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
9498

99+
```sh
100+
cargo install staging-chain-spec-builder
101+
```
102+
95103
#### Use chain-spec-builder to generate the chain_spec.json file
96104

97105
```sh

0 commit comments

Comments
 (0)