cheat-sheets/st.md

9 lines
101 B
Markdown
Raw Normal View History

2024-01-09 16:27:16 +03:00
# Install.
~~~
cd /opt
sudo git clone https://git.suckless.org/st
cd st
sudo make clean install
~~~