Skip to content

Commit 6e7275e

Browse files
Update README.md
1 parent 4d3f68c commit 6e7275e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ be used to run the minimal template's runtime. `polkadot-omni-node` binary crate
8080

8181
#### Install `polkadot-omni-node`
8282

83-
Please see installation section on [crates.io/omni-node](https://crates.io/crates/polkadot-omni-node).
84-
8583
```sh
8684
cargo install polkadot-omni-node
8785
```
8886

87+
> For more advanced options, please see installation section on [`crates.io/omni-node`](https://crates.io/crates/polkadot-omni-node).
88+
8989
#### Build `minimal-template-runtime`
9090

9191
```sh
@@ -94,12 +94,12 @@ cargo build -p minimal-template-runtime --release
9494

9595
#### Install `staging-chain-spec-builder`
9696

97-
Please see the installation section at [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
98-
9997
```sh
10098
cargo install staging-chain-spec-builder
10199
```
102100

101+
> For more advanced options, please see the installation section on [`crates.io/staging-chain-spec-builder`](https://crates.io/crates/staging-chain-spec-builder).
102+
103103
#### Use chain-spec-builder to generate the chain_spec.json file
104104

105105
```sh

0 commit comments

Comments
 (0)