From 27851bdefae150dad90f040cbc5939a74387698c Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sat, 28 Jul 2018 15:10:06 +0800 Subject: [PATCH] Update README.md --- README.MD | 44 +++----------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/README.MD b/README.MD index 778800efe..f910afc30 100644 --- a/README.MD +++ b/README.MD @@ -14,6 +14,9 @@ 3. Run `build.py` with argument `-h` to see the built-in help message. The `-h` option also works for each supported actions, e.g. `./build.py binary -h` 4. By default, `build.py` build binaries and Magisk Manager in debug mode. If you want to build Magisk Manager in release mode (via the `--release` flag), you need a Java Keystore file `release-key.jks` to sign Magisk Manager's APK. For more information, check out [Google's Official Documentation](https://developer.android.com/studio/publish/app-signing.html#signing-manually). +## Documentation +[Link to Documentation](docs/README.MD) + ## License ``` @@ -30,44 +33,3 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ``` - -## Credits - -**MagiskManager** (`app`) - -* Copyright 2016-2018, John Wu (@topjohnwu) -* All contributors and translators on Github - -**MagiskSU** (`native/jni/su`) - -* Copyright 2016-2018, John Wu (@topjohnwu) -* Copyright 2015, Pierre-Hugues Husson (phh@phh.me) -* Copyright 2013, Koushik Dutta (@koush) -* Copyright 2010, Adam Shanks (@ChainsDD) -* Copyright 2008, Zinx Verituse (@zinxv) - -**MagiskPolicy** (`native/jni/magiskpolicy`) - -* Copyright 2016-2018, John Wu (@topjohnwu) -* Copyright 2015, Pierre-Hugues Husson (phh@phh.me) -* Copyright 2015, Joshua Brindle (@joshua_brindle) - -**MagiskHide** (`native/jni/magiskhide`) - -* Copyright 2016-2018, John Wu (@topjohnwu) -* Copyright 2016, Pierre-Hugues Husson (phh@phh.me) - -**resetprop** (`native/jni/resetprop`) - - * Copyright 2016-2018 John Wu (@topjohnwu) - * Copyright 2016 nkk71 (nkk71x@gmail.com) - -**External Dependencies** (`native/jni/external`) - -* Makefile for busybox, generated by [ndk-busybox-kitchen](https://github.com/topjohnwu/ndk-busybox-kitchen) -* Each dependencies has its own license/copyright information in each subdirectory. -All of them are either GPL or GPL compatible. - -**Others Not Mentioned** - -* Copyright 2016-2018, John Wu (@topjohnwu)