From ed73beb984b17da83ccab62995161a8ce5d1983a Mon Sep 17 00:00:00 2001 From: Bernhard Strobl <52598728+bernhardstrobl@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:35:27 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 494673a..ec08e00 100644 --- a/README.md +++ b/README.md @@ -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.