[docs] Update readme to say git clone is required (#6603)

This commit is contained in:
sciencewhiz
2024-05-12 10:27:56 -07:00
committed by GitHub
parent 2e828ae053
commit fb3e0e1ecb

View File

@@ -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.