From: Giovanni Bajo Date: Sat, 27 Jul 2019 18:55:54 +0000 (-0700) Subject: doc: mention that GOPATH/bin should be in PATH X-Git-Tag: go1.13rc1~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=80f9d32438b85d03ea0310b67411e41619d4066b;p=gostls13.git doc: mention that GOPATH/bin should be in PATH As noticed while mentoring at Gophercon, a common mistake for beginners is that, after they install git-codereview, it's not found by git because they haven't put GOPATH/bin in their environment. Change-Id: I885cee0f532a4069d1a17ea27365d54965ecca22 Reviewed-on: https://go-review.googlesource.com/c/go/+/187818 Reviewed-by: Katie Hockman --- diff --git a/doc/contribute.html b/doc/contribute.html index 471eeef536..14839a6831 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -238,7 +238,8 @@ $ git codereview help

-prints help text, not an error. +prints help text, not an error. If it prints an error, make sure that $GOPATH/bin +is in your $PATH.