From a08d300f5e82b6e5e748e712fec8ed5650997161 Mon Sep 17 00:00:00 2001 From: will-v-pi <108662275+will-v-pi@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:52:29 +0100 Subject: [PATCH] Update required git version 2.28 or later required for sparse checkout of examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0009c..b5c9c6c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This extension is documented in the [Getting started with Raspberry Pi Pico](htt ### macOS All requirements for macOS can be installed by running `xcode-select --install` from Terminal -- Git (in PATH) +- Git 2.28 or later (in PATH) - Tar (in PATH) - Native C/C++ compiler (in PATH), supported compilers are: `gcc` and `clang` @@ -36,7 +36,7 @@ On older images the requirements can be installed by running `sudo apt install o ### Linux - Python 3.9 or later (in PATH or set in settings) -- Git (in PATH) +- Git 2.28 or later (in PATH) - Tar (in PATH) - Native C/C++ compiler (in PATH), supported compilers are: `gcc` and `clang` - \[Optional\] OpenOCD for debugging (Raspberry Pi OS only)