From 1603edc359bc23104f5f8a34df1485578f498da5 Mon Sep 17 00:00:00 2001 From: Sree Dananjay S Date: Fri, 1 Dec 2023 06:23:23 +0530 Subject: [PATCH] Added Documentation support for Bazel installation in Linux distros (#3441) This Pull Request added support for Bazel installation and setup in the contribution_tools.md file un the docs directory. It added a link to the releases page of the bazel repository for debian/ubuntu users to download the binary and execute the commands provided in the documentation. Closes #3439 --- docs/project/contribution_tools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/project/contribution_tools.md b/docs/project/contribution_tools.md index e3c684854413..5c35c722a48f 100644 --- a/docs/project/contribution_tools.md +++ b/docs/project/contribution_tools.md @@ -68,6 +68,9 @@ bazel test //...:all > NOTE: Most LLVM 14+ installs should build Carbon. If you're having issues, see > [troubleshooting build issues](#troubleshooting-build-issues). +> NOTE: If you don't have a `bazel` package, see +> [Bazel's install instructions](https://bazel.build/install) for help. + ### macOS ```