aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcia-rana <kiwamura0314@gmail.com>2022-04-09 16:32:15 +0900
committerGopher Robot <gobot@golang.org>2022-04-12 01:58:12 +0000
commitb1bd8c59b0eedfe9d0e2674f9a2e942666b5f478 (patch)
treec0c0069f2b13dee55e25e3d04fa3cf78955425d8
parentadff2bbdb1effc869015960245d9d472a47859f8 (diff)
downloadgo-x-review-b1bd8c59b0eedfe9d0e2674f9a2e942666b5f478.tar.xz
git-codereview: fix how to install the command
Change-Id: Iaa78b677af114d3e6ec48855aa8d5459e4f979ef Reviewed-on: https://go-review.googlesource.com/c/review/+/399314 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Kevin Burke <kevin@burke.dev> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8588768..c17c0fa 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ The git-codereview tool is a command-line tool for working with Gerrit.
## Download/Install
-The easiest way to install is to run `go get -u golang.org/x/review/git-codereview`. You can
+The easiest way to install is to run `go install golang.org/x/review/git-codereview@latest`. You can
also manually git clone the repository to `$GOPATH/src/golang.org/x/review`.
Run `git codereview hooks` to install Gerrit hooks for your git repository.