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:
parent
bdca78e1a7
commit
f7ad1834ea
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user