diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-29 02:43:15 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-29 02:43:15 +0200 |
commit | 787144d6f3a85d016a6e411f0c827d4f23b72e8a (patch) | |
tree | ef8ccdb1bed739daa9986867f142b26b077645b6 /README.md | |
parent | 7824c498e47376dcca530450cc7b656b018271b5 (diff) | |
download | magisk-bindfs-787144d6f3a85d016a6e411f0c827d4f23b72e8a.tar.gz |
Added README and LICENSE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..630c669 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# magisk-bindfs + +Systemless bindfs as magisk module. +`arm64-v8a` only. + +## Installation + +Install the module zip in MagiskManager. + +## Usage + +`bindfs` can be used in your preferred terminal application (e.g. Termux). + +## References + +- [bindfs with NDK](https://github.com/agnostic-apollo/bindfs) |