Skip to content

Commit

Permalink
Update required git version
Browse files Browse the repository at this point in the history
2.28 or later required for sparse checkout of examples
  • Loading branch information
will-v-pi authored Aug 29, 2024
1 parent 63180cb commit a08d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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)
Expand Down

0 comments on commit a08d300

Please sign in to comment.