Update the instructions to install the stable snap (#7876)

This commit is contained in:
Leo Arias 2018-02-13 00:50:21 -06:00 committed by Afri Schoedon
parent 8579a56f71
commit a385f9a649
1 changed files with 12 additions and 2 deletions

View File

@ -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):
```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
```
----