From 7214e466ca67fccabfca5a69ef1f5a14e4b2e3ee Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Thu, 26 May 2022 22:24:27 -0500 Subject: installation instructions --- README.md | 9 ++++----- 1 file 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 +``` -- cgit v1.2.3