Xinqi Bao's Git

Update README.md
[slstatus.git] / README.md
index b0406b8..2fb2c48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,3 +24,21 @@ Just run ```sudo make install```!
 # Configuration
 
 Just edit config.h and recompile!
+
+# Starting
+
+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.