We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60943b5 commit 0d41d20Copy full SHA for 0d41d20
1 file changed
README.md
@@ -43,8 +43,8 @@ This project requires the Raspberry Pi Pico SDK. Follow these steps:
43
44
3. Create build directory and compile, do this in the directory where you downloaded the retroJam repo:
45
```bash
46
- chmod +x bld.sh
47
- ./bld.sh -c8
+ chmod +x buildAll.sh
+ ./buildAll.sh
48
```
49
50
4. Flash the resulting `.uf2` file from the `releases` folder to your RP2350 board.
0 commit comments