aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Brandhorst <johan.brandhorst@gmail.com>2018-10-14 14:21:01 +0100
committerRob Pike <r@golang.org>2018-10-14 23:21:25 +0000
commit5745d819bd5fea5cbfb6ef4886a39b7f814c14db (patch)
treef6e95ea67b8ee2771143b5954bbe46f3cfdc49d4
parent5934012ba8014dec70c822aae374611bca0d7107 (diff)
downloadgo-x-review-5745d819bd5fea5cbfb6ef4886a39b7f814c14db.tar.xz
README.md: correct installation instructions
Fixes golang/go#28196 Change-Id: I5fa57b039798c172a0b2610d8278077aca15512e Reviewed-on: https://go-review.googlesource.com/c/141802 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 48a3e08..8588768 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,9 @@ 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`. You can
+The easiest way to install is to run `go get -u golang.org/x/review/git-codereview`. You can
also manually git clone the repository to `$GOPATH/src/golang.org/x/review`.
-The review binary itself is available at `golang.org/x/review/git-codereview`.
Run `git codereview hooks` to install Gerrit hooks for your git repository.
## Report Issues / Send Patches