Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardstrobl authored Oct 24, 2023
1 parent a1480dd commit ed73beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ If all you want are .uf2 binaries, check the releases for the newest version.

You will need the [PicoSystem SDK](https://github.com/pimoroni/picosystem) and the [Pico SDK](https://github.com/raspberrypi/pico-sdk).

Create a build folder and use the command to configure Cmake:
Create and enter a build folder and use the following command to configure Cmake:
```
cmake -DPICO_SDK_PATH=/path/to/pico-sdk -DPICOSYSTEM_DIR=/path/to/ /picosystem path/to/Pico3D
cmake -DPICO_SDK_PATH=/path/to/pico-sdk -DPICOSYSTEM_DIR=/path/to/picosystem path/to/Pico3D
```

and then use `make` to build a .uf2 file.
Expand Down

0 comments on commit ed73beb

Please sign in to comment.