~kris/suckless

st

5c4df963070573db7cee2eafb320d84e477c3507 — Sidhanth Rathod 2 years ago b42b7a8 + 3151768
Merge pull request #60 from p3nguin-kun/main

Update README.md
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 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
```