X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/2fb476aaf6b084bdf4847db867d3d44811934c2b..db63d3dc96f59f48fa818715e8fc89a623de6111:/README.md diff --git a/README.md b/README.md index 8da1fbd..2fb2c48 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ 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 + +See TODO.md for things that you could do. + +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)! For indentation please use 4 spaces.