st

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

commit 330df587d9efc198da525a7b2e22ca78296911ef
parent c171db8493244856a47e2623ba29fba94719ebd1
Author: p3nguin-kyun <p3nguinkun@proton.me>
Date:   Mon, 28 Aug 2023 10:24:33 +0000

Add Fedora (or Red-Hat based) dependencies
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -19,6 +19,9 @@ nix develop github:siduck/st # Arch pacman -S gd +# Fedora (or Red-Hat based) +dnf install gd-devel libXft-devel + # Install font-symbola and libXft-bgra ```