From 75a46c365e7b1766e1e48ea06979fbded53dccdb Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 3 Aug 2017 11:19:29 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b9e4150..02f65f034 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ More info are written in the [Magisk Main Repo](https://github.com/topjohnwu/Mag ## Building Notes You need to install CMake and NDK to build the zipadjust library. -There are several files required to let Magisk Manager work properly, and should be compiled/copied by using the build script in the [Magisk Main Repo](https://github.com/topjohnwu/Magisk). These files are: `jniLibs//libbusybox.so`, `assets/magisk_uninstaller.sh`, `assets/magisk_uninstaller.sh`, `assets/public.certificate.x509.pem`, and `assets/private.key.pk8`. +There are several files required to let Magisk Manager work properly, and they can be copied by using the build script in the [Magisk Main Repo](https://github.com/topjohnwu/Magisk). These files are: `magisk_uninstaller.sh`, `util_functions.sh`, `public.certificate.x509.pem`, and `private.key.pk8` under the `app/src/main/assets` folder.