aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4d203d5..49d05c7 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,22 @@ Based on version 6.2.
## Dependencies
- `gcc`
- `make`
- `xorg`
- `libX11`
- `libXft`
+ `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
+git clone https://github.com/JozanLeClerc/dwm-laptop.git
+cd dwm-laptop
+sudo make clean install
+```
+To use it as a default WM, if you are using xinit, add this to your `.xinitrc`:
+```shell
+exec dwm
+```
+I am not shure about how to set it up on `gdm`/`lightdm`/etc... \ No newline at end of file