Skip to content

Commit

Permalink
Merge pull request #11 from w3f/omni-node-fix
Browse files Browse the repository at this point in the history
Update install.md
  • Loading branch information
CrackTheCode016 authored Jun 19, 2024
2 parents c87bb4d + f31de9f commit 233e0cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

## The "Omninode"

The `polkadot-parachain` can be used a universal collator instance for running a parachain (an "omninode"), and can be installed follows:
The `polkadot-parachain` can be used a universal collator instance for running most of the parachains (an "[omninode beta](https://forum.polkadot.network/t/polkadot-parachain-omni-node-gathering-ideas-and-feedback/7823)"), and can be installed follows:

```sh
cargo install --git https://github.com/paritytech/polkadot-sdk --tag polkadot-v1.10.0 --force polkadot-parachain-bin
```



> **You can change `--tag` to the specific release of your choice.**
Which will allow you to run the `polkadot-parachain`:
Expand Down

0 comments on commit 233e0cd

Please sign in to comment.