summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 19c4cf2..6ccff31 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,7 @@ https://dwm.suckless.org/
- actualfullscreen
## installation
-Inside of [config.mk](https://github.com/ozpv/dwm/blob/main/config.mk) set 'USRHOME' to your home directory
-
-Inside of [config.h](https://github.com/ozpv/dwm/blob/main/config.h) change the home directory in char 'dmenupmcmd' to your home directory
-
-then run `sudo make install`
+```git clone https://github.com/ozpv/dwm.git
+cd dwm
+sudo make install
+```