From d0cf93a08d63fb9792c177d74d0b4e09ed363981 Mon Sep 17 00:00:00 2001 From: pndwal <35104473+pndwal@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:12:18 +1000 Subject: [PATCH] Fix typos install.md --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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