From 45f910e79ef995cb14bdfc7f441c4c9986f8388d Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sun, 7 Mar 2021 13:10:43 -0800 Subject: [PATCH] update hack/tools README.md bazel tools are no-more --- hack/tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/README.md b/hack/tools/README.md index 292e587b5bf..1da7039bf02 100644 --- a/hack/tools/README.md +++ b/hack/tools/README.md @@ -1,5 +1,5 @@ This directory contains a stub go module used to track version of development -tools like the ones needed for updating bazel BUILD files. +tools like the ones needed for linting go sources. Run `make build` to download the dependencies, build the binaries and add them to your `$GOBIN` directory.