You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ You can find the latest stable version of the app on [Flathub](https://flathub.o
45
45
46
46
Everytime a new version is published they become available on the [releases page](https://github.com/Jeffser/Alpaca/releases) of the repository
47
47
48
+
### Snap Package
49
+
50
+
You can also find the Snap package on the [releases page](https://github.com/Jeffser/Alpaca/releases), to install it run this command:
51
+
```BASH
52
+
sudo snap install ./{package name} --dangerous
53
+
```
54
+
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.
55
+
48
56
### Building Git Version
49
57
50
58
Note: This is not recommended since the prerelease versions of the app often present errors and general instability.
0 commit comments