From bcc84a31b726a92cf19faf91d2d3f8652f50dffc Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 28 Jun 2017 01:37:47 -0600 Subject: [PATCH] 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. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 07f0423f1..26df78440 100644 --- a/README.md +++ b/README.md @@ -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