Add suggestion for dual boot
authorstrongtz <strongtz@yeah.net>
星期五, 19 Mar 2021 03:42:23 +0000 (11:42 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期五, 2 Jul 2021 08:30:13 +0000 (16:30 +0800)
README.md
README.zh.md

index 3ca4df5bee57b8fa63e139de5316aff95535b706..0fbc84f0712a358a5a1b3674acaadf463653094d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -68,6 +68,12 @@ fastboot boot boot_DEVICE.img
 
 (DEVICE is the codename of your phone.)
 
+Additionally, you can flash the image to recovery to achieve dual-boot.
+
+```bash
+fastboot flash recovery boot_DEVICE.img
+```
+
 ## Credits
 
 @fxsheep for his original `edk2-sagit`
index 06be0a2d31e78d07721857e984a450615350432f..7f3b1e79a252f37e1fb6d0e700eff8e6ceb83caa 100644 (file)
@@ -75,6 +75,12 @@ fastboot boot boot_DEVICE.img
 \r
 (请将DEVICE替换成你的设备代号.)\r
 \r
+另外,你可以将UEFI刷写至recovery分区以实现双重启动。\r
+\r
+```bash\r
+fastboot flash recovery boot_DEVICE.img\r
+```\r
+\r
 ## 贡献\r
 \r
 待填充\r