1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:10:21 -07:00

doc/install: fix FreeBSD/Linux install command

R=adg, golang-dev, go.peter.90, rsc
CC=golang-dev
https://golang.org/cl/5700062
This commit is contained in:
Shenghou Ma 2012-02-26 01:40:29 +08:00
parent bdca78e1a7
commit f7ad1834ea

View File

@ -75,7 +75,7 @@ Extract the archive into <code>/usr/local</code>, creating a Go tree in
</p>
<pre>
tar -C /usr/local go.release.go1.tar.gz
tar -C /usr/local -xzf go.release.go1.tar.gz
</pre>
<p>