From 2f33d654e4863816ea8bfc5b239bd162d7661039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 24 Mar 2017 16:19:13 +0100 Subject: [PATCH] Fix Markdown headings --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 3c4489fc8..662d2d2fb 100644 --- a/README.MD +++ b/README.MD @@ -1,8 +1,8 @@ # Magisk -###Static binaries included: +### Static binaries included: * Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543 -###How to build Magisk +### How to build Magisk 1. Download and install NDK 2. Add the NDK directory into PATH To check if the PATH is set correctly, try calling `which ndk-build` (`where ndk-build` on Windows) and see if it shows the NDK directory