commit 5c4df963070573db7cee2eafb320d84e477c3507 parent b42b7a8a0970b0e4aec13699d005d7ca06791df0 Author: Sidhanth Rathod <siduck@tutanota.com> Date: Fri, 20 Oct 2023 06:02:06 +0530 Merge pull request #60 from p3nguin-kun/main 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 ```