commit 3151768401c10a594ab01ee2c8354c1ec21ba35b parent b42b7a8a0970b0e4aec13699d005d7ca06791df0 Author: p3nguin <p3nguinkun@proton.me> Date: Thu, 19 Oct 2023 21:45:36 +0700 Update README.md Diffstat:
| M | README.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) +(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 ```