diff options
author | Juan José García-Castro Crespo <jjgcc@posteo.net> | 2024-02-25 18:06:23 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-26 20:01:31 +0000 |
commit | 25b70d93265ba89aae5722242c39b9c92a28550d (patch) | |
tree | d005a98339625bdf687f131a9b7babf200cbc664 | |
parent | b397e981241b5a335536243860224646c309237f (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>
-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 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 |