aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index e89c69d..4d203d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,21 @@
-# Joe's dwm (the dynamic window manager) laptop build \ No newline at end of file
+# Joe's dwm (the dynamic window manager) laptop build
+
+The original [dwm](https://dwm.suckless.org/) desktop manager build use to use on my ThinkPad.
+
+Based on version 6.2.
+
+
+
+## Dependencies
+
+ `gcc`
+ `make`
+ `xorg`
+ `libX11`
+ `libXft`
+
+## Installation
+
+To install this open a terminal and run these commands:
+```shell
+git clone https://github.com/JozanLeClerc/dwm-laptop \ No newline at end of file