From 76506baa2b4a23fffd3a5bbe3d4cf85aa14cae09 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 10 Jul 2022 14:32:56 +0200 Subject: [PATCH] README.md (2022-07-10) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 425ed8b..b42c98e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ st-config - My configuration of st suckless simple terminal ### Information: * This build contains the following configurations: + * `Font mono by default` * `Font size 13` * `Shell bash by default` @@ -21,10 +22,16 @@ st-config - My configuration of st suckless simple terminal ### Dependencies: * **Arch Linux:** - * `sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig libx11 libxrender` + + ```shell + $ sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig libx11 libxrender + ```` * **Debian/Ubuntu:** - * `sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libxrender-dev` + + ```shell + $ sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libxrender-dev + ```` ### Build and install: