Skip to content

Commit 8e6dc65

Browse files
authored
Update README.md
1 parent 6c7795e commit 8e6dc65

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Multi-cart based on Raspberry Pi Pico hardware and PiRTOII firmware (https://git
1313
- new navigation keys for UI ROM
1414
- new color schema for UI ROM
1515

16+
## Getting started
17+
18+
To simply program Pi Pico:
19+
- connect it to your PC/laptop using an USB-C cable while pressing Pico on-board button (boot MODE)
20+
- drag and drop `Minty.uf2` inside root directory
21+
1622
## Build (TL;DR)
1723

1824
### Requirements
@@ -38,11 +44,7 @@ command after setting Pi Pico in BOOT mode:
3844
picotool load -f Minty.bin; picotool reboot
3945
```
4046

41-
## Getting started
4247

43-
To simply program Pi Pico:
44-
- connect it to your PC/laptop using an USB-C cable while pressing Pico on-board button (boot MODE)
45-
- drag and drop `Minty.uf2` inside root directory
4648

4749

4850

0 commit comments

Comments
 (0)