Browse Source

Update 'README.md'

天问 8 months ago
parent
commit
204cd37878
1 changed files with 16 additions and 1 deletions
  1. 16 1
      README.md

+ 16 - 1
README.md

@@ -1,3 +1,18 @@
 # KernelSU
 
-https://github.com/tiann/KernelSU
+https://github.com/tiann/KernelSU
+
+## Develop
+
+构建内核
+```
+repo init -u https://android.googlesource.com/kernel/manifest
+mv <kernel_manifest.xml> .repo/manifests
+repo init -m manifest.xml
+repo sync
+```
+
+## Reference
+
+- [如何构建](https://kernelsu.org/zh_CN/guide/how-to-build.html)
+