Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b9ff6cf authored by Manoj Nair's avatar Manoj Nair
Browse files

Resolve "Minor typo in TWRP guide"

parent 9a9ab911
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
```
adb devices
```
- This should display you device as detected on the screen. It will show up as an alphanumeric number followed by 'device' on your console. Check screenshot below
- This should display your device as detected on the screen. It will show up as an alphanumeric number followed by 'device' on your console. Check screenshot below

![](/images/adb_devices.png)

- If requested grant permission to “Allow USB debugging”, tap OK.
- If requested to grant permission to “Allow USB debugging”, tap OK.
- Next type the below command in the console 
```
    adb reboot bootloader
@@ -23,7 +23,7 @@ adb devices

- Once your device boots into bootloader mode, type this into the command line.
```
    fastboot flash recovery twrp-2.8.x.x-xxx.img
    fastboot flash recovery twrp-x.x.x.x-xxx.img
```
- In this command modify twrp.img with the name of your TWRP recovery .img file.