diff --git a/README-CMAKE.md b/README-CMake.md similarity index 100% rename from README-CMAKE.md rename to README-CMake.md diff --git a/README.md b/README.md index 6b5890cdbf..af2fcf37ff 100644 --- a/README.md +++ b/README.md @@ -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