]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install: fix FreeBSD/Linux install command
authorShenghou Ma <minux.ma@gmail.com>
Sat, 25 Feb 2012 17:40:29 +0000 (01:40 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 25 Feb 2012 17:40:29 +0000 (01:40 +0800)
R=adg, golang-dev, go.peter.90, rsc
CC=golang-dev
https://golang.org/cl/5700062

doc/install.html

index 95bfaa769480dfd429c0d0b829de4cc8e3120047..2bd36782b9e02a5e39b150a687a9dc59bbdf5024 100644 (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>