From a385f9a649fde7174b36964e4896c860e697ded7 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 13 Feb 2018 00:50:21 -0600 Subject: [PATCH] Update the instructions to install the stable snap (#7876) --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cf66b63a..666ffc346 100644 --- a/README.md +++ b/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): ```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 +``` ----