X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/2fb476aaf6b084bdf4847db867d3d44811934c2b..6624985cf4537440cb6403e319d16ce83bee43f2:/README.md?ds=sidebyside 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.