diff options
author | Angel Pons <th3fanbus@gmail.com> | 2019-12-25 11:55:36 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-26 10:50:48 +0000 |
commit | 93b343a7793af3975dad8fc2724a9e113eeff79a (patch) | |
tree | cef43041d8476481078cdc6e632bf39fea4b25d0 /Documentation | |
parent | d28b74ce6a90aad0d555a1a98e2a1c1fa1609c54 (diff) |
Doc/tutorial/part1.md: Fix minor formatting issues
Make sure all titles are capitalized, and add a missing period.
Change-Id: I48b8d6c85b915cc422bdfa3a89804f92f46800ba
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37932
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tutorial/part1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 75a9ba375f..48145c2dc3 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -15,7 +15,7 @@ Download, configure, and build coreboot $ cd coreboot ### Step 3 - Build the coreboot toolchain -Please note that this can take a significant amount of time +Please note that this can take a significant amount of time. $ make crossgcc-i386 CPUS=$(nproc) @@ -53,7 +53,7 @@ These should be the default selections, so if anything else was set, run select < Exit > select < Yes > -##### check your configuration (optional step): +##### Check your configuration (optional step): $ make savedefconfig $ cat defconfig |