update README.md

This commit is contained in:
Maddie H 2022-02-25 16:46:34 +00:00
parent 7abc94227a
commit 376a0284a9

View File

@ -1 +1,18 @@
# slstatus
My configuration and build of suckless's slstatus, a statusbar for dwm written in C.
![slstatus screenshot](https://file.coffee/u/iBKOyj9ENl4CVk.png)
# installation
Clone the git repository
```sh
git clone https://github.com/SpyHoodle/slstatus
```
Change directory to slstatus
```sh
cd slstatus
```
Make and install slstatus
```sh
make install
```