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