Merge pull request #127 from ajkrj/patch-1

Update README.md
This commit is contained in:
Pol Henarejos 2026-03-07 17:24:01 +01:00 committed by GitHub
commit 2874353804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,8 +195,8 @@ Before building, ensure you have installed the toolchain for the Pico and the Pi
```
git clone https://github.com/polhenarejos/pico-hsm
git submodule update --init --recursive
cd pico-hsm
git submodule update --init --recursive
mkdir build
cd build
PICO_SDK_PATH=/path/to/pico-sdk cmake .. -DPICO_BOARD=board_type -DUSB_VID=0x1234 -DUSB_PID=0x5678