We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo install
1 parent c6f71c7 commit 4d3f68cCopy full SHA for 4d3f68c
README.md
@@ -82,6 +82,10 @@ be used to run the minimal template's runtime. `polkadot-omni-node` binary crate
82
83
Please see installation section on [crates.io/omni-node](https://crates.io/crates/polkadot-omni-node).
84
85
+```sh
86
+cargo install polkadot-omni-node
87
+```
88
+
89
#### Build `minimal-template-runtime`
90
91
```sh
@@ -92,6 +96,10 @@ cargo build -p minimal-template-runtime --release
92
96
93
97
Please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
94
98
99
100
+cargo install staging-chain-spec-builder
101
102
95
103
#### Use chain-spec-builder to generate the chain_spec.json file
104
105
0 commit comments