st

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

commit 73a342c68f2438485803523231cc0a690cbfd36d
parent 6f5da5201ccb873aef44740fc408fcae4d8174d8
Author: p3nguin-kun <p3nguinkun@proton.me>
Date:   Sun,  3 Sep 2023 13:51:35 +0700

change compiler to gcc
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,7 +40,7 @@ To do so, simply run (requires [Nix](https://nixos.org/download.html)) ``` git clone https://github.com/siduck/st.git cd st -(openSUSE only: sed -i 's/#CC=c99/CC=gcc/' config.mk) +(openSUSE only: sed -i 's/^#\ CC\ =\ c99/CC=gcc/' config.mk) sudo make install xrdb merge pathToXresourcesFile ```