From 020d85152ec25fdf454e02d9a8d1b7a7fc5860ca Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 27 Sep 2012 14:48:33 -0700 Subject: [PATCH] doc: fix OS X download links R=golang-dev, r CC=golang-dev https://golang.org/cl/6566064 --- doc/install.html | 4 ++-- 1 file 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

-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.

-- 2.48.1