From 022b47832e7ef0201cca7abce4ee3a7866033f33 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 17 Sep 2022 14:51:14 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c2d0f59..695283b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ The runtime is the executable part of every AppImage. It mounts the payload via This repository builds a statically linked runtime for type-2 AppImages in a [Alpine Linux](https://alpinelinux.org/) chroot with [musl libc](https://www.musl-libc.org/). +Since the runtime is linked statically, libfuse2 is no longer required on the target system. + +## Notes for developers + +As an AppImage user, you do not need this repository, as the AppImage runtime is embedded into every AppImage. + ## Notes for developers __Please note:__ This repository is meant to be extremely simple.