+Be sure you satisfy the dependencies: X11 and optionally ALSA (for volume percentage, I will *not* support PulseAudio).
+Also you should have basic development tools like a C compiler and GNU make installed.
+Then copy config.def.h to config.h and customize it to your needs.
+(Re)Compile (and install) it (after modifications):
+
+ $ make clean all
+ # make install
+
+### Starting
+
+If you use DWM or any other window manager that uses WM_NAME, write the following code to ~/.xinitrc (or any other initialization script) to start slstatus automatically:
+
+ slstatus -d
+
+If you use any other status bar or window manager you will have to figure it out yourself. Something like this could fit your requirements:
+
+ slstatus -o | other_status_bar &
+
+## Contributing
+
+Hunt FIXME's in the code or do WTF you want! If it is useful, I will merge.
+
+People who contributed are listed in [CONTRIBUTORS.md](CONTRIBUTORS.md). Please add yourself to this list afterwards.
+
+For detailed information about coding style and restrictions see [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## License
+
+See [LICENSE](LICENSE).