From b488b644731aadfc9d960770f09e69ca46f41917 Mon Sep 17 00:00:00 2001 From: Jeffry Samuel Date: Wed, 25 Sep 2024 14:20:57 -0600 Subject: [PATCH] Added instructions for Snap --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 122cfb9..0461928 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ You can find the latest stable version of the app on [Flathub](https://flathub.o Everytime a new version is published they become available on the [releases page](https://github.com/Jeffser/Alpaca/releases) of the repository +### Snap Package + +You can also find the Snap package on the [releases page](https://github.com/Jeffser/Alpaca/releases), to install it run this command: +```BASH +sudo snap install ./{package name} --dangerous +``` +The `--dangerous` comes from the package being installed without any involvement of the SnapStore, I'm working on getting the app there, but for now you can test the app this way. + ### Building Git Version Note: This is not recommended since the prerelease versions of the app often present errors and general instability.