[docs] Link to Bazel build docs from main readme (#7367)

I had a really hard to finding them because the main readme didn't call
it out.
This commit is contained in:
Tyler Veness
2024-11-08 14:05:50 -08:00
committed by GitHub
parent d39dfd64ea
commit 811b130968
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ Welcome to the WPILib project. This repository contains the HAL, WPILibJ, and WP
- [Custom toolchain location](#custom-toolchain-location)
- [Formatting/Linting](#formattinglinting)
- [CMake](#cmake)
- [Bazel](#bazel)
- [Running examples in simulation](#running-examples-in-simulation)
- [Publishing](#publishing)
- [Structure and Organization](#structure-and-organization)
@@ -149,7 +150,11 @@ Several files within WPILib are generated using Jinja. If a PR is opened that mo
### CMake
CMake is also supported for building. See [README-CMAKE.md](README-CMAKE.md).
CMake is also supported for building. See [README-CMake.md](README-CMake.md).
### Bazel
Bazel is also supported for building. See [README-Bazel.md](README-Bazel.md).
## Running examples in simulation