Skip to content

Commit ffdaa0e

Browse files
authored
Update README.md
1 parent 09cc5af commit ffdaa0e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
This repository makes builds for **x86_64** (generic) and **x86_64_v3**. If your CPU is less than 10 years old use the x86_64_v3 build since it has a significant performance boost.
44

5+
* [Latest Stable Release](https://github.com/pkgforge-dev/Citron-AppImage/releases/latest)
6+
7+
* [Latest Nightly Release](https://github.com/pkgforge-dev/Citron-AppImage/releases/tag/nightly)
8+
59
---------------------------------------------------------------
610

711
AppImage made using [sharun](https://github.com/VHSgunzo/sharun), which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
812

913
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
1014

11-
**It also uses the [uruntime](https://github.com/VHSgunzo/uruntime) which makes use of dwarfs, resulting in a smaller and faster AppImage.**
15+
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
16+
17+
* https://github.com/ivan-hc/AM
18+
19+
* https://github.com/xplshn/dbin
1220

13-
It is possible that this appimage may fail to work with appimagelauncher, I recommend this alternative instead: https://github.com/ivan-hc/AM
21+
* https://github.com/pkgforge/soar
1422

15-
This appimage works without fuse2 as it can use fuse3 instead.
23+
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the [uruntime](https://github.com/VHSgunzo/uruntime)

0 commit comments

Comments
 (0)