From: Andrew Gerrand Date: Thu, 27 Sep 2012 21:48:33 +0000 (-0700) Subject: doc: fix OS X download links X-Git-Tag: go1.1rc2~2300 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=020d85152ec25fdf454e02d9a8d1b7a7fc5860ca;p=gostls13.git doc: fix OS X download links R=golang-dev, r CC=golang-dev https://golang.org/cl/6566064 --- diff --git a/doc/install.html b/doc/install.html index 5414b94fb8..cc02f12924 100644 --- a/doc/install.html +++ b/doc/install.html @@ -115,7 +115,7 @@ rm -r /usr/local/go

-Extract the archive +Extract the archive into /usr/local, creating a Go tree in /usr/local/go:

@@ -140,7 +140,7 @@ export PATH=$PATH:/usr/local/go/bin

Mac OS X package installer

-Open the package file +Open the package file and follow the prompts to install the Go tools. The package installs the Go distribution to /usr/local/go.