Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5474f4e

Browse files
Add note about package manager installation
1 parent dd4924c commit 5474f4e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/release-notes-template.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Install
44

5+
Use [your favorite package manager](https://github.com/ssbc/patchwork#installation) or install manually.
6+
57
### Windows
68

79
**[`Patchwork-Setup-$$VERSION.exe`][exe]**
@@ -14,10 +16,12 @@ You must [allow apps from "unidentified" developers](https://support.apple.com/k
1416

1517
### Linux
1618

17-
You may need to [fix the sandbox](https://github.com/ssbc/patchwork/blob/master/docs/INSTALL.md#sandbox)
19+
**[`Patchwork-$$VERSION.AppImage`][appimage]**
20+
21+
You may need to [fix the sandbox](https://github.com/ssbc/patchwork/blob/master/docs/INSTALL.md#sandbox).
22+
23+
There are also releases for Debian and Snapcraft:
1824

19-
- **AppImage:** [`Patchwork-$$VERSION.AppImage`][appimage]
20-
- You must [make it executable](https://docs.appimage.org/user-guide/run-appimages.html): `chmod +x Patchwork-$$VERSION.AppImage`
2125
- **Debian:** [`ssb-patchwork_$$VERSION_amd64.deb`][deb]
2226
- **Snapcraft:** [`ssb-patchwork_$$VERSION_amd64.snap`][snap]
2327
- You must install with `snap install --dangerous` because it's unsigned.

0 commit comments

Comments
 (0)