]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove mention of %HOME% from installation instructions
authorAndrew Gerrand <adg@golang.org>
Tue, 10 May 2016 18:48:48 +0000 (11:48 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 10 May 2016 18:55:14 +0000 (18:55 +0000)
Fixes #15598

Change-Id: I4cfb8799dab0e9e34cae2e61839911fd65e4cfa3
Reviewed-on: https://go-review.googlesource.com/23004
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/install.html

index 96a7672778bb6907d378692c9bd596149a04c7ef..0e6b86fdaf5d15dce2d9b237d568bb9b1f7badbe 100644 (file)
@@ -221,7 +221,7 @@ and building a simple program, as follows.
 <p>
 Create a directory to contain your <a href="code.html#Workspaces">workspace</a>,
 <code class="testUnix">$HOME/work</code>
-<code class="testWindows" style="display: none">%HOME%\work</code>
+<code class="testWindows" style="display: none">C:\work</code>
 for example, and set the <code>GOPATH</code> environment
 variable to point to that location.
 </p>
@@ -231,7 +231,7 @@ $ <b>export GOPATH=$HOME/work</b>
 </pre>
 
 <pre class="testWindows" style="display: none">
-C:\&gt; <b>set GOPATH=%HOME%\work</b>
+C:\&gt; <b>set GOPATH=C:\work</b>
 </pre>
 
 <p>