From 32fe1e4016274f2f5e8be8d72e25b94a7505e631 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 23 May 2017 22:23:31 +0100 Subject: [PATCH] Add snap install instructions. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6de951f..3429d08 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,16 @@ CasterSoundboard is written in C++ Qt5. ## How to Install -CasterSoundboard is not packaged for any platforms at this time see -Building from Source for installation instructions. +### Snap + +Install CasterSoundboard in seconds on [Ubuntu and other snap supported Linux +distributions](https://snapcraft.io/docs/core/install) with: + + snap install castersoundboard + +Installing a snap is very quick. Snaps are secure. They are isolated with all +of their dependencies. Snaps also auto update when a new version is released. -## Packages ### Arch AUR Thanks to [@j605](https://github.com/j605 "Jagannathan Tiruvallur Eachambadi") for creating a `PKGBUILD` for people on Arch who want to try this software: + [CasterSoundboard-git](https://aur.archlinux.org/packages/castersoundboard-git)