From 990c13d33863d9e436f5dae9479c9e4babef71c1 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Thu, 26 Sep 2019 10:27:54 -0700 Subject: [PATCH] Fixup Build dependency formatting --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e6baa2d..b0576c7 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,10 @@ This is the only build enviroment that is supported. These packages are required: ``` - apt install --no-install-recommends --no-install-suggests \ - parted cgpt \ - git gawk device-tree-compiler vboot-kernel-utils gcc-arm-none-eabi \ - u-boot-tools \ - gcc make libc-dev wget g++ cmake \ - binfmt-support qemu-user-static debootstrap \ - lzip libssl-dev libncurses-dev flex bison sudo patch bc + apt install --no-install-recommends --no-install-suggests parted cgpt git \ + gawk device-tree-compiler vboot-kernel-utils gcc-arm-none-eabi u-boot-tools \ + gcc make libc-dev wget g++ cmake binfmt-support qemu-user-static debootstrap \ + lzip libssl-dev libncurses-dev flex bison sudo patch bc ``` ## Build