summaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index a4e8e8c127c..0412478af6e 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -31,8 +31,9 @@ all: test checkfmt install
# Bump the version of the vespa-cli formula and create a pull request to Homebrew repository.
#
-# When the homebrew PR has been merged, verify that the prebuilt bottles are
-# available for install by running `brew update && brew install vespa-cli`.
+# Homebrew's automated BrewTestBot must do the merge for the bottles to be published. When
+# the PR has been merged check that the merge was done by their bot, and that installing
+# the new version works by running: `brew update && brew install vespa-cli`.
#
# Example:
#