st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6d82992e8a374fefa26fcb927a04d5bce79d71d6
parent e295a74c69f18b8c3229f0516b81be3bc0bbb71c
Author: borsched <75818517+borsched@users.noreply.github.com>
Date:   Wed, 12 Jul 2023 09:14:02 -0500

Add gd for Arch Linux
Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -16,7 +16,8 @@ apt install build-essential libxft-dev libharfbuzz-dev libgd-dev # Nix nix develop github:siduck/st -(most of these are already installed on Arch based distros) +# Arch +pacman -S gd # Install font-symbola and libXft-bgra ```