diff --git a/README.md b/README.md index 9fcaa37..b2c2fb3 100644 --- a/README.md +++ b/README.md @@ -54,22 +54,21 @@ Features list ## SETUP -- Install -1. Flash live (e.g., from Magisk Manager) or from custom recovery (e.g., TWRP). +### Install +Flash live (e.g., from Magisk Manager) or from custom recovery (e.g., TWRP). -- Uninstall -- Use Magisk Manager app or mm itself (supports `uninstall.sh`, too). +### Manually Install +Copy `mm` either from the zip or [github](https://github.com/Magisk-Modules-Repo/mm/raw/master/mm) to `/sdcard` or `/data/media/`. +### Uninstall +Use Magisk Manager app or mm itself (supports `uninstall.sh`, too). ## USAGE -- First time (right after installing/updating) - run `mm` or `sh /sdcard/mm` on recovery terminal. -- Next times (while in recovery) - no need to re-flash the zip; simply run `sh /sdcard/mm` on recovery terminal. +- run `sh /sdcard/mm` on recovery terminal. - Follow the instructions/wizard. Everything is interactive. -- Pro tip: lazy people can try running `*/mm` instead of `sh /sdcard/mm`. - - +- Pro tip: lazy people can try running `*/mm` instead of `sh /sdcard/mm` or running `mm` right after installing/updating. ## LINKS