Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Sep 10, 2024
1 parent e81495b commit 3b727af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ For the original KernelSU's readme, click [here](https://github.com/tiann/Kernel

This repo is just the extension of KernelSU for non GKI devices

For manual integration (kprobes can be referred to from the official docs), Run the below commands in the root of your kernel directory

```
curl -LSs "https://raw.githubusercontent.com/mlm-games/KernelSU-Non-GKI/main/kernel/setup-subm.sh" | bash -s
```

Then, For adding the ksu modifications in the .c files
```
python3 KernelSU/scripts/integrate-no-kprobe.py
```

## Credits

- Initially, was built over [this](https://github.com/vc-teahouse/KernelSU-nongki) repository.
Expand Down

0 comments on commit 3b727af

Please sign in to comment.