Add the command to install the parity snap (#5945)

Putting the installation instructions for the snap will help getting more testers, and then publish it in the stable channel with more confidence.
This commit is contained in:
Leo Arias 2017-06-28 01:37:47 -06:00 committed by Arkadiy Paronyan
parent 72094a8bee
commit bcc84a31b7
1 changed files with 12 additions and 0 deletions

View File

@ -89,6 +89,18 @@ cargo install --git https://github.com/paritytech/parity.git parity
----
## Install from the snap store
In any of the [supported Linux distros](https://snapcraft.io/docs/core/install):
```bash
sudo snap install parity --edge
```
(Note that this is an experimental and unstable release, at the moment)
----
## Build from source
```bash