summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index c0833f2d0..bab7e87cd 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,9 @@ The Recovery Image
Quick turn-around testing
-------------------------
- mm -j
- m ramdisk-nodeps
- m recoveryimage-nodeps
- adb reboot bootloader
+ mm -j && m ramdisk-nodeps && m recoveryimage-nodeps
# To boot into the new recovery image
# without flashing the recovery partition:
+ adb reboot bootloader
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img