diff --git a/docs/install.md b/docs/install.md index 0a971be18..c5e3220ed 100644 --- a/docs/install.md +++ b/docs/install.md @@ -44,8 +44,8 @@ Let's continue to [Patching Images](#patching-images). - Flash the patched boot/init_boot/recovery image to your device;
for most devices, reboot into fastboot mode and flash with command:
`fastboot flash boot /path/to/magisk_patched_[random_strings].img` or
- `fastboot flash init_boot /path/to/magisk_patched.img_[random_strings]` or
- `fastboot flash recovery /path/to/magisk_patched.img_[random_strings]`,
+ `fastboot flash init_boot /path/to/magisk_patched_[random_strings].img` or
+ `fastboot flash recovery /path/to/magisk_patched_[random_strings].img`
- (Optional) If your device has a separate `vbmeta` partition, you can patch the `vbmeta` partition with command:
`fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img` (note that it may **wipe your data**) - Reboot and launch Magisk app (you will see a stub Magisk app if you have wiped your data; use it to bootstrap to a complete Magisk app), and you will see a prompt asking for environment fix; click and wait for the reboot