aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJuan José García-Castro Crespo <jjgcc@posteo.net>2024-02-25 18:06:23 +0000
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-26 20:01:31 +0000
commit25b70d93265ba89aae5722242c39b9c92a28550d (patch)
treed005a98339625bdf687f131a9b7babf200cbc664 /Documentation
parentb397e981241b5a335536243860224646c309237f (diff)
Documentation/tutorial/part1.md: Reformat Redhat package description
Convert multiline Redhat package list to one-line code markup. Change-Id: I1ba38bf2fc767a3f1694c55cf50e137ce10bfd75 Signed-off-by: Juan José García-Castro Crespo <jjgcc@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80749 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/tutorial/part1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md
index 041c7f41fa..0500742b22 100644
--- a/Documentation/tutorial/part1.md
+++ b/Documentation/tutorial/part1.md
@@ -36,8 +36,8 @@ Arch based distros:
`sudo pacman -S base-devel curl git gcc-ada ncurses zlib`
Redhat based distros:
-`sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++`
-`ncurses-devel wget zlib-devel patch`
+`sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++
+ncurses-devel wget zlib-devel patch`
### Step 2 - Download coreboot source tree