From 72bc71cc9d0a60413575ee3c705e3a74f6901d96 Mon Sep 17 00:00:00 2001 From: Maximilian Federle Date: Thu, 23 Jan 2020 18:05:13 +0100 Subject: [PATCH] README: add snap as an installation option. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e878c970..94eb67f3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,20 @@ the SolveSpace maintainers for each stable release. [rel]: https://github.com/solvespace/solvespace/releases +### Via Snap Store + +Builds from master are automatically released to the `edge` channel in the Snap Store. Those packages contain the latest improvements, but receive less testing than release builds. + +Future official releases will appear in the `stable` channel. + +[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/solvespace) + +Or install from a terminal: + +``` +snap install --edge solvespace +``` + ### Via third-party binary packages _Third-party_ nightly binary packages for Debian and Ubuntu are available