From 55e05a6a1e9ff765a332b68aecaa05fdcbeb08d2 Mon Sep 17 00:00:00 2001 From: cecio Date: Thu, 26 Mar 2026 21:43:41 +0100 Subject: [PATCH] updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e073b83..b1197a0 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,9 @@ Obviously you can also build your own firmware. To build you need the *Raspberry Basic recompile instructions: ``` export PICO_SDK_PATH= + +git clone --recursive https://github.com/cecio/USBvalve.git +cd USBvalve mkdir build && cd build cmake -DPICO_BOARD=pico .. # or pico2 for standard build make -j$(nproc)