Skip to content

Commit f4ffcd8

Browse files
authored
Update README.md
1 parent e53034c commit f4ffcd8

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@ Unofficial AppImage of Android Platform Tools (adb, fastboot, etc), uses the off
33

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

6-
You can also run the android-tools-appimage.sh script in your machine to make the AppImage.
6+
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.
77

8-
If you are missing android udev rules you can usually get them from your distro repos or use the flag `--getudev` with the AppImage to install them.
8+
**This AppImage bundles everything and should work on any linux distro, even on musl based ones.**
9+
10+
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
11+
12+
* [AM](https://github.com/ivan-hc/AM) `am -i android-tools` or `appman -i android-tools`
13+
14+
* [dbin](https://github.com/xplshn/dbin) `dbin install android-tools.appimage`
15+
16+
* [soar](https://github.com/pkgforge/soar) `soar install android-tools`
917

10-
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
18+
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)
1119

12-
This appimage works without `fuse2` as it can use `fuse3` instead.
20+
<details>
21+
<summary><b><i>raison d'être</i></b></summary>
22+
<img src="https://github.com/user-attachments/assets/d40067a6-37d2-4784-927c-2c7f7cc6104b" alt="Inspiration Image">
23+
</a>
24+
</details>

0 commit comments

Comments
 (0)