X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/4c67ce861bba6b3565fa1c59748f8b7d1874d51a..949216917ffaad68dee146d0b8f15cbdf7d27f3d:/README.md?ds=inline diff --git a/README.md b/README.md index b0406b8..620fc31 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,19 @@ Just run ```sudo make install```! # Configuration Just edit config.h and recompile! + +# Starting + +Put this in your ~/.xinitrc: + +``` +while true; do + slstatus +done & +``` + +# Contributing + +People who contributed are listed in the CONTRIBUTORS.md file. + +If you want to contribute, please use [the suckless coding style](http://suckless.org/coding_style)!