Add devbuild to README.md

This commit is contained in:
Thomas Farstrike
2025-05-07 10:27:03 +02:00
parent 315f91cbce
commit 38e9bca8aa
+14
View File
@@ -71,8 +71,22 @@ Start the build:
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh
```
Or if you want to build for development, so without any preinstalled files, do:
```
~/sources/PiggyOS/scripts/build_lvgl_micropython.sh devbuild
```
Now install it with:
```
~/sources/PiggyOS/scripts/flash_over_usb.sh
```
If you made a 'devbuild', then you probably want to install all files and apps manually:
```
~/sources/PiggyOS/scripts/install.sh
```