Skip to content

Commit 1f1f3bd

Browse files
authored
Update README.md
1 parent 0ba08c7 commit 1f1f3bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ If you are missing android udev rules you can usually get them from your distro
99

1010
It is possible that this appimage may fail to work with appimagelauncher, since appimagelauncher is pretty much dead I recommend this alternative: https://github.com/ivan-hc/AM
1111

12+
This appimage works without `fuse2` as it can use `fuse3` instead, however you will need to run this command to symlink fusermount to fusermount3 otherwise you will get a missing fusermount error:
13+
14+
`sudo ln -s /usr/bin/fusermount3 /usr/bin/fusermount`

0 commit comments

Comments
 (0)