st

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

commit c171db8493244856a47e2623ba29fba94719ebd1
parent e295a74c69f18b8c3229f0516b81be3bc0bbb71c
Author: siduck <siduck@tutanota.com>
Date:   Wed, 12 Jul 2023 21:14:36 +0530

Merge pull request #49 from borsched/main

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 ```