Skip to content

Commit c97c385

Browse files
committed
Add note to readme about AppImages
1 parent 9715840 commit c97c385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Before you can execute an AppImage, you must set the executable permission:
3232
chmod u+x tiddlydesktop-*-v*.AppImage
3333
```
3434

35+
*Note that AppImages are not currently included in TiddlyDesktop releases.* The suggested workaround is to fork this repo in GitHub, and then push a dummy commit to the master branch. That will trigger the CI and produce an AppImage, which you can then access.
36+
3537
## NixOS
3638

3739
To install TiddlyDesktop on NixOS, you first need to add this repo to your `configuration.nix`; Using a `let` expression at the top of the file is a good approach:

0 commit comments

Comments
 (0)