From f006cfba893e561f1b7fc4fa8499adec3c77174f Mon Sep 17 00:00:00 2001 From: Ben Scholer Date: Tue, 2 May 2023 09:21:02 -0400 Subject: [PATCH] add libgd-dev to README, other small README tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3909d2911988ec0b5f1e399efc43d0709aa7dfe..b590cf4c5c2f358c9c5721ca5c8535fc1a36c817 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ xbps-install libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel # Debian (and ubuntu probably) -apt install build-essential libxft-dev libharfbuzz-dev +apt install build-essential libxft-dev libharfbuzz-dev libgd-dev # Nix nix develop github:siduck/st @@ -80,7 +80,7 @@ alias rel="xrdb merge pathToXresourcesFile && kill -USR1 $(pidof st)"



-( note : This benchmark was done on my low end machine which has a pentium cpu so the speed results might vary ) +( note : This benchmark was done on my low-end machine which has a pentium cpu so the speed results might vary ) ## Default Keybindings
@@ -111,7 +111,7 @@ you can change all of these in config.h ## Themes/Fonts used - ls-icons: https://github.com/Yash-Handa/logo-ls
-- Xresources: onedark ( just xrdb merge xresourcesfile , do this everytime you make any change to xresources file ) from this repo itself.
+- Xresources: onedark (just `xrdb merge xresourcesfile`, do this everytime you make any change to xresources file) from this repo itself.
- Font: JetbrainsMono Nerd Font + material design icon fonts ## Screenshots: