Update index.adoc - fix chainspec generation command (#181)

--disable-default-nodes does not exist
This commit is contained in:
Radha
2024-05-16 13:44:53 +02:00
committed by GitHub
parent 9fd6e7278b
commit 9cd76d29f0
+2 -2
View File
@@ -33,7 +33,7 @@ cargo build --release
** Generate a plain chainspec with this command:
+
```bash
./target/release/parachain-template-node build-spec --disable-default-nodes > plain-parachain-chainspec.json
./target/release/parachain-template-node build-spec --disable-default-bootnode > plain-parachain-chainspec.json
```
** Edit the chainspec:
@@ -116,4 +116,4 @@ cargo build --release
- Read our general guides to understand more about the concepts of runtime development.
// TODO: change if we have more runtimes, add a link to the runtime doc
- Learn more about the runtime configuration. Currently, we have a single runtime template (generic one), and you can find documentation for it here.
- Explore the documentation for pallets. It may be useful if you are considering building a frontend for your parachain.
- Explore the documentation for pallets. It may be useful if you are considering building a frontend for your parachain.