From 81a89606ef7e1334a0a23dab2eaa295b381caebc Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 10 May 2016 11:48:48 -0700 Subject: [PATCH] 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 --- doc/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

-- 2.50.0