From bef465c41d40e56e9c09975c58c5a15977ac3477 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Fri, 1 Nov 2019 07:56:12 +0500 Subject: [PATCH] Updated Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c977f36..6a2bb2b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can destroy all bindfs Vagrant machines (but not the downloaded images) with `make vagrant-clean`. -## Cross Compile Instructions for Android Using NDK +## Cross Compile Instructions for Android Using NDK ## - bindfs requires fuse libraries for compilation. fuse compiled with NDK is used for this. @@ -110,7 +110,7 @@ bash ./android_ndk_cross_compile_build_automator - `android_ndk_cross_compile_build_automator/$POST_BUILD_SCRIPTS_DIR/bindfs_extractor.sh` will extract `bindfs` binaries from `android_ndk_cross_compile_build_automator/$INSTALL_DIR/bindfs/$ARCHS_SRC` and zip them at `android_ndk_cross_compile_build_automator/$OUT_DIR/bindfs/bindfs.zip`. -## Install Instructions for Termux on Android +## Install Instructions for Termux on Android ## - Download release zip or copy the zip built from source to your device.