aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:22:59 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-08 10:22:59 +0100
commiteca02361363be17d04ed18c5f73089e432dcd4aa (patch)
treed7ea3410618843930e828704ac86bd1ed0670526 /README.md
parentFirst commit (diff)
downloaddwm-eca02361363be17d04ed18c5f73089e432dcd4aa.tar.gz
dwm-eca02361363be17d04ed18c5f73089e432dcd4aa.tar.bz2
dwm-eca02361363be17d04ed18c5f73089e432dcd4aa.tar.xz
dwm-eca02361363be17d04ed18c5f73089e432dcd4aa.tar.zst
dwm-eca02361363be17d04ed18c5f73089e432dcd4aa.zip
test
Diffstat (limited to 'README.md')
-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