]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install-source.html: fix cd command, already in go dir.
authorLloyd Dewolf <foolswisdom@gmail.com>
Wed, 25 Feb 2015 18:57:45 +0000 (10:57 -0800)
committerMinux Ma <minux@golang.org>
Wed, 25 Feb 2015 21:34:01 +0000 (21:34 +0000)
Change-Id: I42929abe5cefd84a1daf4f36ee1806c490ce16ec
Reviewed-on: https://go-review.googlesource.com/5960
Reviewed-by: Minux Ma <minux@golang.org>
doc/install-source.html

index c924caa30d139df2731071edd59e92aa0a97d0b0..ea17c8306c76a3f35935753bc1410274b462a7c4 100644 (file)
@@ -144,7 +144,7 @@ To build the Go distribution, run
 </p>
 
 <pre>
-$ cd go/src
+$ cd src
 $ ./all.bash
 </pre>