From fb3e0e1ecb764914b83b735ccdd3c8db9afe4a22 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 12 May 2024 10:27:56 -0700 Subject: [PATCH] [docs] Update readme to say git clone is required (#6603) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d7a33d80e..8d4b4792c6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ On macOS ARM, run `softwareupdate --install-rosetta`. This is necessary to be ab ## Setup -Clone the WPILib repository and follow the instructions above for installing any required tooling. +Clone the WPILib repository and follow the instructions above for installing any required tooling. The build process uses versioning information from git. Downloading the source is not sufficient to run the build. See the [styleguide README](https://github.com/wpilibsuite/styleguide/blob/main/README.md) for wpiformat setup instructions.