Commit f7ad1834 authored by Shenghou Ma's avatar Shenghou Ma

doc/install: fix FreeBSD/Linux install command

R=adg, golang-dev, go.peter.90, rsc
CC=golang-dev
https://golang.org/cl/5700062
parent bdca78e1
...@@ -75,7 +75,7 @@ Extract the archive into <code>/usr/local</code>, creating a Go tree in ...@@ -75,7 +75,7 @@ Extract the archive into <code>/usr/local</code>, creating a Go tree in
</p> </p>
<pre> <pre>
tar -C /usr/local go.release.go1.tar.gz tar -C /usr/local -xzf go.release.go1.tar.gz
</pre> </pre>
<p> <p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment