55- ** Windows:** [ ` Patchwork-Setup-$$VERSION.exe ` ] [ exe ]
66- ** macOS:** [ ` Patchwork-$$VERSION.dmg ` ] [ dmg ]
77 - You must [ allow apps from "unidentified" developers] ( https://support.apple.com/kb/PH25088 ) .
8- - ** Linux:** [ ` Patchwork-$$VERSION.AppImage ` ] [ appimage ]
9- - You must [ make it executable] ( https://docs.appimage.org/user-guide/run-appimages.html ) : ` chmod +x Patchwork-$$VERSION.AppImage `
10- - You may need to [ fix the sandbox] ( https://github.com/electron/electron/issues/17972 ) : ` sudo sysctl kernel.unprivileged_userns_clone=1 `
8+ - ** Linux:** You may need to [ fix the sandbox] ( https://github.com/ssbc/patchwork/blob/master/docs/INSTALL.md#sandbox )
9+ - ** AppImage:** [ ` Patchwork-$$VERSION.AppImage ` ] [ appimage ]
10+ - You must [ make it executable] ( https://docs.appimage.org/user-guide/run-appimages.html ) : ` chmod +x Patchwork-$$VERSION.AppImage `
11+ - ** Debian:** [ ` ssb-patchwork_$$VERSION_amd64.deb ` ] [ deb ]
12+ - ** Snapcraft:** [ ` ssb-patchwork_$$VERSION_amd64.snap ` ] [ snap ]
13+ - You must install with ` snap install --dangerous ` because it's unsigned.
1114
1215## Getting started
1316
@@ -23,6 +26,11 @@ $$CHANGES
2326
2427:sos: [Need help? Please create an issue!](https://github.com/ssbc/patchwork/issues/new)
2528
29+ [appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
2630[dmg]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.dmg
31+ [deb]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.dmg
32+ [snap]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/ssb-patchwork_$$VERSION.snap
2733[exe]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-Setup-$$VERSION.exe
28- [appimage]: https://github.com/ssbc/patchwork/releases/download/v$$VERSION/Patchwork-$$VERSION.AppImage
34+ [npm]: https://npmjs.org/
35+ [yarn]: https://yarnpkg.com/en/
36+ [yay]: https://github.com/Jguer/yay
0 commit comments