From: Andrew Gerrand Date: Tue, 10 May 2016 18:48:48 +0000 (-0700) Subject: doc: remove mention of %HOME% from installation instructions X-Git-Tag: go1.7beta1~258 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81a89606ef7e1334a0a23dab2eaa295b381caebc;p=gostls13.git doc: remove mention of %HOME% from installation instructions Fixes #15598 Change-Id: I4cfb8799dab0e9e34cae2e61839911fd65e4cfa3 Reviewed-on: https://go-review.googlesource.com/23004 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install.html b/doc/install.html index 96a7672778..0e6b86fdaf 100644 --- a/doc/install.html +++ b/doc/install.html @@ -221,7 +221,7 @@ and building a simple program, as follows.

Create a directory to contain your workspace, $HOME/work - + for example, and set the GOPATH environment variable to point to that location.

@@ -231,7 +231,7 @@ $ export GOPATH=$HOME/work