From 71878d9648d975e0be149f5add999b977a6cfb43 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sun, 25 Jan 2026 09:39:09 -0800 Subject: [PATCH] chore(docs): add starter repo and project setup instructions Added sections for starter repository and project setup. This points to the same link reachable from https://bazel.build/start --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f2f89866a..053714b06 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ For the list of C++ rules, see the Bazel # Getting Started +## Starter repo + +The fastest way to try this in an empty project is to click the green "Use this template" button on https://github.com/bazel-starters/cpp. + +## In your project + Add the following to your `WORKSPACE` file: ```starlark