diff options
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) |