From: Lloyd Dewolf Date: Wed, 25 Feb 2015 18:57:45 +0000 (-0800) Subject: doc/install-source.html: fix cd command, already in go dir. X-Git-Tag: go1.5beta1~1870 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=972f364550cd4f180ae5d0af727b36c5d579d239;p=gostls13.git doc/install-source.html: fix cd command, already in go dir. Change-Id: I42929abe5cefd84a1daf4f36ee1806c490ce16ec Reviewed-on: https://go-review.googlesource.com/5960 Reviewed-by: Minux Ma --- diff --git a/doc/install-source.html b/doc/install-source.html index c924caa30d..ea17c8306c 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -144,7 +144,7 @@ To build the Go distribution, run

-$ cd go/src
+$ cd src
 $ ./all.bash