From 1e40e5a1fd4221e9c8024274817f47611af88417 Mon Sep 17 00:00:00 2001 From: velvettear Date: Wed, 12 Oct 2022 10:12:21 +0200 Subject: [PATCH] updated readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4138670..b822843 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # update-pixel -a short guide on how to install updates on the google pixel 6 and keeping root +a short guide on how to update a google pixel 6 while keeping root ## how to @@ -17,4 +17,7 @@ a short guide on how to install updates on the google pixel 6 and keeping root `fastboot flash boot magisk_patched.img` `fastboot reboot` +- reboot into bootloader: `adb reboot bootloader` +- execute the flash script: `flash-all.sh` + **enjoy!**