| commit | 972f364550cd4f180ae5d0af727b36c5d579d239 | [log] [tgz] |
|---|---|---|
| author | Lloyd Dewolf <foolswisdom@gmail.com> | Wed Feb 25 10:57:45 2015 -0800 |
| committer | Minux Ma <minux@golang.org> | Wed Feb 25 21:34:01 2015 +0000 |
| tree | 0cd3332382fe4585580a440ba98cb010da7943ca | |
| parent | 7e1b61c71840386a494a0a9f99cb7237112c1116 [diff] [blame] |
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 <minux@golang.org>
diff --git a/doc/install-source.html b/doc/install-source.html index c924caa..ea17c83 100644 --- a/doc/install-source.html +++ b/doc/install-source.html
@@ -144,7 +144,7 @@ </p> <pre> -$ cd go/src +$ cd src $ ./all.bash </pre>