You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</p>
21
21
</div>
22
22
23
-
> **Warning**: This application is currently in alpha state, so use at your own risk! I take no responsibility for bricked devices or dead SD cards.
23
+
> **Warning**: This application is currently in early alpha state, so use at your own risk! I take no responsibility for bricked devices or dead SD cards.
24
24
25
25
> **Note**: Unlocking the bootloader will erase all data on your device!
26
26
This also includes your DRM keys, which are stored in the Trim Area partition (also called TA).
@@ -54,8 +54,9 @@ Start the desktop app and follow the instructions.
54
54
## Run OpenAndroidInstaller for development
55
55
56
56
1. Clone the main branch of this repository
57
-
2. Run `make poetry` and `make install` to setup poetry and the relevant requirements
58
-
3. Clone this Run `make app` to start the desktop app from the source code.
57
+
2. Follow the steps 2. and 3. from 'Installation' above.
58
+
3. Run `make poetry` and `make install` to setup poetry and the relevant requirements
59
+
4. Run `make app` to start the desktop app from the source.
59
60
60
61
## Contribute your own installation configurations
0 commit comments