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