]> Cypherpunks repositories - gostls13.git/commit
doc/install-source: create distinction between steps that involve "git clone"
authorK. "pestophagous" Heller <pestophagous@gmail.com>
Mon, 5 Aug 2019 05:46:29 +0000 (22:46 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Aug 2019 20:26:42 +0000 (20:26 +0000)
commit9c1f14f3763dbbc0d8105fa88c0b7bdad5674ee7
tree59cea3128123ac27ecd19d08532cc20ac3182770
parent951143cf1425189965498cc32fc8dc132bf7c777
doc/install-source: create distinction between steps that involve "git clone"

Prior doc implied that "git clone" was one way to obtain a go1.4
bootstrap toochain, but it did not state this outright. Further,
the doc did not make it explicit in the "Fetch the repository"
section that one must necessarily "git clone" a second time in
the (presumed-to-be-uncommon) case where "git clone" had already
been perfomed in the "compiler binaries" section.

Updates #33402

Change-Id: Id70a6587b6ee09aca13559d63868b75cb07dff1e
Reviewed-on: https://go-review.googlesource.com/c/go/+/188900
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/install-source.html