From 01733f34b32035d6dbfb7c7b2cee2623a8d1e0a0 Mon Sep 17 00:00:00 2001 From: thorsten Date: Wed, 17 Jun 2026 18:16:16 +0200 Subject: [PATCH] Refactor package installation command in README Updated installation command for additional packages to be on a single line. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 484f8f8..ec7fea6 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Install required additional packages: ``` $ sudo apt update -$ sudo apt-get install build-essential automake libtool texinfo bison flex gawk -g++ git xxd curl wget gdisk gperf cpio bc screen texinfo unzip libgmp-dev -libmpfr-dev libmpc-dev libssl-dev libncurses-dev libglib2.0-dev libpixman-1-dev -libyaml-dev patchutils python3-pip zlib1g-dev device-tree-compiler dosfstools +$ sudo apt-get install build-essential automake libtool texinfo bison flex gawk \ +g++ git xxd curl wget gdisk gperf cpio bc screen texinfo unzip libgmp-dev \ +libmpfr-dev libmpc-dev libssl-dev libncurses-dev libglib2.0-dev libpixman-1-dev \ +libyaml-dev patchutils python3-pip zlib1g-dev device-tree-compiler dosfstools \ mtools kpartx rsync ```