From 6625527be7e3611e45e4a0df7d2dae907adc6a8a Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 16 Jul 2022 13:16:24 +0200 Subject: [PATCH] README.md (2022-07-16) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 356a307..9be2709 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ st-config - My configuration of st suckless simple terminal * **Arch Linux:** ```shell - $ sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig --noconfirm - $ sudo pacman -S libx11 libxrender libxft --noconfirm + $ sudo pacman -S gcc git make coreutils freetype2 libxinerama fontconfig libx11 \ + libxrender libxft --noconfirm ```` * **Debian/Ubuntu:** ```shell - $ sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libxft-dev -y - $ sudo apt install libfreetype6-dev libfontconfig1-dev libxrender-dev -y + $ sudo apt install gcc git make coreutils libfreetype-dev libxinerama-dev libxft-dev \ + libfreetype6-dev libfontconfig1-dev libxrender-dev -y ```` ### Build and install: