From: Daniel Martí Date: Sat, 27 Jul 2019 21:53:54 +0000 (-0700) Subject: doc: use for a few file paths that didn't X-Git-Tag: go1.13rc1~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a25c2878c75902585023618f1c60b447afcdd063;p=gostls13.git doc: use for a few file paths that didn't Spotted while seeing CL 187818 in master. Change-Id: Ic3f42558f6833fc35580b2b2a15f2c5aba5713c0 Reviewed-on: https://go-review.googlesource.com/c/go/+/187822 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/contribute.html b/doc/contribute.html index 14839a6831..abb2b9bf77 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -238,15 +238,16 @@ $ git codereview help

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

On Windows, when using git-bash you must make sure that git-codereview.exe is in your git exec-path. Run git --exec-path to discover the right location then create a -symbolic link or just copy the executable from $GOPATH/bin to this directory. +symbolic link or just copy the executable from $GOPATH/bin to this +directory.