From: Shenghou Ma Date: Sat, 25 Feb 2012 17:40:29 +0000 (+0800) Subject: doc/install: fix FreeBSD/Linux install command X-Git-Tag: weekly.2012-03-04~150 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f7ad1834ea2db813914314d14cfdf94d197d204e;p=gostls13.git doc/install: fix FreeBSD/Linux install command R=adg, golang-dev, go.peter.90, rsc CC=golang-dev https://golang.org/cl/5700062 --- diff --git a/doc/install.html b/doc/install.html index 95bfaa7694..2bd36782b9 100644 --- a/doc/install.html +++ b/doc/install.html @@ -75,7 +75,7 @@ Extract the archive into /usr/local, creating a Go tree in

-tar -C /usr/local go.release.go1.tar.gz
+tar -C /usr/local -xzf go.release.go1.tar.gz