From a25c2878c75902585023618f1c60b447afcdd063 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sat, 27 Jul 2019 14:53:54 -0700 Subject: [PATCH] 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 --- doc/contribute.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.

-- 2.50.0