From 3151768401c10a594ab01ee2c8354c1ec21ba35b Mon Sep 17 00:00:00 2001 From: p3nguin Date: Thu, 19 Oct 2023 21:45:36 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c66240c5ffbcadcb533f8fd7bfd287cbfee275..cb5b795769540dec83fecd9b3f25aa364b336847 100644 --- 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) +(change the compiler if you cant use c99 to compile: sed -i 's/^#\ CC\ =\ c99/CC=gcc/' config.mk) sudo make install xrdb merge pathToXresourcesFile ```