Merge pull request #11 from SamuelMarks/patch-1

[README.md] Use `cmake --build` and source location flags to simplify…
This commit is contained in:
Hrvoje Čavrak 2023-12-29 19:19:01 +01:00 committed by GitHub
commit 44960f7658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,10 +53,8 @@ It also remembers the LED state for each computer, so you can pick up exactly ho
## How to build
```
mkdir build
cd build
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake ..
make
PICO_BOARD=pico PICO_SDK_PATH=/your/sdk/path cmake -S . -B build
cmake --build build
```
## Using pre-built images