diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README b/README.md similarity index 87% rename from README rename to README.md index 95d4fd0..3c5ba21 100644 --- a/README +++ b/README.md @@ -1,15 +1,21 @@ -dwm - dynamic window manager -============================ +### dwm - dynamic window manager + +
+ dwm is an extremely fast, small, and dynamic window manager for X. -Requirements ------------- +### Requirements + +
+ In order to build dwm you need the Xlib header files. -Installation ------------- +### Installation + +
+ Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default). @@ -19,8 +25,10 @@ necessary as root): make clean install -Running dwm ------------ +### Running dwm + +
+ Add the following line to your .xinitrc to start dwm using startx: exec dwm