Skip to content

Commit

Permalink
[docs] Link to Bazel build docs from main readme (#7367)
Browse files Browse the repository at this point in the history
I had a really hard to finding them because the main readme didn't call
it out.
  • Loading branch information
calcmogul authored Nov 8, 2024
1 parent d39dfd6 commit 811b130
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 811b130

Please sign in to comment.