X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/2fb476aaf6b084bdf4847db867d3d44811934c2b..ec320f428a9b70d6b39228480df35a56ea992733:/README.md diff --git a/README.md b/README.md index 8da1fbd..620fc31 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ Just run ```sudo make install```! Just edit config.h and recompile! -# Contributors +# Starting -See CONTRIBUTORS.md file. +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)!