You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/parachain/README.docify.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,11 @@ be used to run the parachain template's runtime. `polkadot-omni-node` binary cra
87
87
88
88
#### Install `polkadot-omni-node`
89
89
90
-
Please see the installation section at [`crates.io/omni-node`](https://crates.io/crates/polkadot-omni-node).
90
+
```sh
91
+
cargo install polkadot-omni-node
92
+
```
93
+
94
+
> For more advanced options, please see the installation section at [`crates.io/omni-node`](https://crates.io/crates/polkadot-omni-node).
91
95
92
96
#### Build `parachain-template-runtime`
93
97
@@ -97,7 +101,11 @@ cargo build --profile production
97
101
98
102
#### Install `staging-chain-spec-builder`
99
103
100
-
Please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
104
+
```sh
105
+
cargo install staging-chain-spec-builder
106
+
```
107
+
108
+
> For more advanced options, please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
101
109
102
110
#### Use `chain-spec-builder` to generate the `chain_spec.json` file
103
111
@@ -256,5 +264,5 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set
256
264
257
265
- 👥 Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and
Copy file name to clipboardExpand all lines: templates/parachain/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,11 @@ be used to run the parachain template's runtime. `polkadot-omni-node` binary cra
89
89
90
90
#### Install `polkadot-omni-node`
91
91
92
-
Please see the installation section at [`crates.io/omni-node`](https://crates.io/crates/polkadot-omni-node).
92
+
```sh
93
+
cargo install polkadot-omni-node
94
+
```
95
+
96
+
> For more advanced options, please see the installation section at [`crates.io/omni-node`](https://crates.io/crates/polkadot-omni-node).
93
97
94
98
#### Build `parachain-template-runtime`
95
99
@@ -99,7 +103,11 @@ cargo build --profile production
99
103
100
104
#### Install `staging-chain-spec-builder`
101
105
102
-
Please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
106
+
```sh
107
+
cargo install staging-chain-spec-builder
108
+
```
109
+
110
+
> For more advanced options, please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
103
111
104
112
#### Use `chain-spec-builder` to generate the `chain_spec.json` file
105
113
@@ -258,5 +266,5 @@ relay chain network (see [Parachain Template node](#parachain-template-node) set
258
266
259
267
- 👥 Additionally, there are [GitHub issues](https://github.com/paritytech/polkadot-sdk/issues) and
0 commit comments