Skip to content

Commit da4d585

Browse files
ALTreebradfitz
authored andcommitted
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 <[email protected]>
1 parent bff4ebb commit da4d585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/install-source.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,12 @@ <h2 id="fetch">Fetch the repository</h2>
247247
the default location of <code>$GOPATH</code>.
248248
See <a href="#gopath"><code>GOPATH</code></a> below.</p>
249249

250+
<p>
250251
Reminder: If you opted to also compile the bootstrap binaries from source (in an
251252
earlier section), you still need to <code>git clone</code> again at this point
252253
(to checkout the latest <code>&lt;tag&gt;</code>), because you must keep your
253254
go1.4 repository distinct.
255+
</p>
254256

255257
<h2 id="head">(Optional) Switch to the master branch</h2>
256258

0 commit comments

Comments
 (0)