Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37932 )
Change subject: Doc/tutorial/part1.md: Fix minor formatting issues ......................................................................
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 --- M Documentation/tutorial/part1.md 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/37932/1
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 75a9ba3..48145c2 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -15,7 +15,7 @@ $ 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 @@ select < Exit > select < Yes >
-##### check your configuration (optional step): +##### Check your configuration (optional step):
$ make savedefconfig $ cat defconfig