Xinqi Bao's Git

Create TODO.md
[slstatus.git] / README.md
index 8da1fbd..620fc31 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,6 +25,18 @@ Just run ```sudo make install```!
 
 Just edit config.h and recompile!
 
 
 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)!