summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-26 22:24:27 -0500
committerGitHub <noreply@github.com>2022-05-26 22:24:27 -0500
commit7214e466ca67fccabfca5a69ef1f5a14e4b2e3ee (patch)
tree11069fd04c2bb20ec77bac7621d9537d3d076b16 /README.md
parent7df5d62f0ca7c255e02456e8b42cef7de9877a95 (diff)
installation instructions
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
+```