diff options
author | Andrew Gerrand <adg@golang.org> | 2012-09-27 14:48:33 -0700 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2012-09-27 14:48:33 -0700 |
commit | 020d85152ec25fdf454e02d9a8d1b7a7fc5860ca (patch) | |
tree | 560d608b5fab5c6c9cb5675f91e64f7a9b87488c /doc | |
parent | 617b7cf166a99e1fe3326b6fc6985be9f83e51ca (diff) | |
download | go-git-020d85152ec25fdf454e02d9a8d1b7a7fc5860ca.tar.gz |
doc: fix OS X download links
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6566064
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 </pre> <p> -Extract <a href="http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+AND+Type-Archive">the archive</a> +Extract <a href="http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+Type-Archive">the archive</a> into <code>/usr/local</code>, creating a Go tree in <code>/usr/local/go</code>: </p> @@ -140,7 +140,7 @@ export PATH=$PATH:/usr/local/go/bin <h3 id="osx">Mac OS X package installer</h3> <p> -Open the <a href="http://code.google.com/p/go/downloads/list?q=OpSys-Darwin+AND+Type-Installer">package file</a> +Open the <a href="http://code.google.com/p/go/downloads/list?q=OpSys-OSX+Type-Installer">package file</a> and follow the prompts to install the Go tools. The package installs the Go distribution to <code>/usr/local/go</code>. </p> |