Commit a25c2878 authored by Daniel Martí's avatar Daniel Martí

doc: use <code> 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/+/187822Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 80f9d324
...@@ -238,15 +238,16 @@ $ git codereview help ...@@ -238,15 +238,16 @@ $ git codereview help
</pre> </pre>
<p> <p>
prints help text, not an error. If it prints an error, make sure that $GOPATH/bin prints help text, not an error. If it prints an error, make sure that
is in your $PATH. <code>$GOPATH/bin</code> is in your <code>$PATH</code>.
</p> </p>
<p> <p>
On Windows, when using git-bash you must make sure that On Windows, when using git-bash you must make sure that
<code>git-codereview.exe</code> is in your <code>git</code> exec-path. <code>git-codereview.exe</code> is in your <code>git</code> exec-path.
Run <code>git --exec-path</code> to discover the right location then create a Run <code>git --exec-path</code> 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 <code>$GOPATH/bin</code> to this
directory.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment