From 710f4324ad24e2fc96a92cfc740339395be9c510 Mon Sep 17 00:00:00 2001 From: ajkrj <210226755+ajkrj@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:08:14 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264434f..6d53c9e 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.34.1