Skip to content

Commit ea5c4f8

Browse files
committed
update readme
1 parent 049b62a commit ea5c4f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repo builds Emacs as AppImages for x86-64 linux systems.
88
- Supports native-comp, native json, tree sitter
99
- Self-contained, no extra dependencies
1010
- Automatically built on Github Actions
11+
- Provides both latest release and daily master builds
1112

1213
## How-to
1314

@@ -23,7 +24,9 @@ add `--emacs-appimage-run-as BINARY_NAME` as the first arguments, aka: `./Emacs.
2324
## Prerequisite
2425

2526
- A not-too-old linux system (at least ~ ubuntu 18.04, which is the system it's built on)
26-
- Fuse (Should be pre-installed in most distributions. see [here](https://docs.appimage.org/user-guide/troubleshooting/index.html#ref-ug-troubleshooting))
27+
- FUSE 2.x, which should be pre-installed in most distributions.
28+
- Recent distributions (e.g. ubuntu 22.04+) may have FUSE 3.x installed instead, you need to also install the 2.x version.
29+
- For more help, see [here](https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-2-x-alongside-of-fuse-3-x-on-recent-ubuntu-22-04-debian-and-their-derivatives)
2730

2831
Tested in:
2932

0 commit comments

Comments
 (0)