Update the instructions to install the stable snap (#7876)
This commit is contained in:
parent
8579a56f71
commit
a385f9a649
14
README.md
14
README.md
@ -82,10 +82,20 @@ Once you have rustup, install Parity or download and build from source
|
|||||||
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
|
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo snap install parity --edge
|
sudo snap install parity
|
||||||
```
|
```
|
||||||
|
|
||||||
(Note that this is an experimental and unstable release, at the moment)
|
Or, if you want to contribute testing the upcoming release:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo snap install parity --beta
|
||||||
|
```
|
||||||
|
|
||||||
|
And to test the latest code landed into the master branch:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo snap install parity --edge
|
||||||
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user