diff options
| author | Alberto Donizetti <alb.donizetti@gmail.com> | 2019-12-07 16:52:10 +0100 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2019-12-07 15:57:30 +0000 |
| commit | da4d58587e0e4028ea384580053c3c455127e446 (patch) | |
| tree | 394e2499ca7b208d844bcf198ca19fee56d83a54 | |
| parent | bff4ebb7aa1a89266f0f05a60d8f2f2d385e7583 (diff) | |
| download | go-da4d58587e0e4028ea384580053c3c455127e446.tar.xz | |
doc: add missing p in install from source page
The last paragraph in golang.org/doc/install/source#fetch is missing a
p tag, so it doesn't get formatted with the 'max-width: 50rem' like
all the other text in the page.
Add it.
Change-Id: I1a981dd2afde561b4ab21bd90ad99b3a146111f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/210122
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
| -rw-r--r-- | doc/install-source.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install-source.html b/doc/install-source.html index 918f1a99ae..17b1c9cbb7 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -247,10 +247,12 @@ that if Go is checked out in <code>$HOME/go</code>, it will conflict with the default location of <code>$GOPATH</code>. See <a href="#gopath"><code>GOPATH</code></a> below.</p> +<p> Reminder: If you opted to also compile the bootstrap binaries from source (in an earlier section), you still need to <code>git clone</code> again at this point (to checkout the latest <code><tag></code>), because you must keep your go1.4 repository distinct. +</p> <h2 id="head">(Optional) Switch to the master branch</h2> |
