diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-26 22:24:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 22:24:27 -0500 |
| commit | 7214e466ca67fccabfca5a69ef1f5a14e4b2e3ee (patch) | |
| tree | 11069fd04c2bb20ec77bac7621d9537d3d076b16 /README.md | |
| parent | 7df5d62f0ca7c255e02456e8b42cef7de9877a95 (diff) | |
installation instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 +``` |
