From 872c585ee3e542e0b9b0b539e523a3651c8ae89c Mon Sep 17 00:00:00 2001 From: air_ <112711476+air-eat@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:33:53 +0100 Subject: [PATCH] add --recursive to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c43f4..06149c2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ For ease of use, the pure-browser option [Pico Patcher tool](https://www.picokey Before building, ensure you have installed the toolchain for the Pico and that the Pico SDK is properly located on your drive. ```sh -git clone https://github.com/polhenarejos/pico-fido +git clone --recursive https://github.com/polhenarejos/pico-fido cd pico-fido mkdir build cd build