From 811b1309683e930a1ce69fae818f943ff161b7a5 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 8 Nov 2024 14:05:50 -0800 Subject: [PATCH] [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. --- README-CMAKE.md => README-CMake.md | 0 README.md | 7 ++++++- 2 files changed, 6 insertions(+), 1 deletion(-) rename README-CMAKE.md => README-CMake.md (100%) 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