summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-06-05 14:30:56 -0500
committerGitHub <noreply@github.com>2022-06-05 14:30:56 -0500
commitab8c4738fe4bc6c2eb2f60e5df07ffcbeeb14e62 (patch)
tree33bb1193a2f5cd016228714e2a2588cd8ecc2960
parent4e11883ed106ef674acdd06c556fcb43805906e3 (diff)
add status bar installation
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46693c0..e952c66 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,15 @@ https://dwm.suckless.org/
## installation
```
-git clone https://github.com/ozpv/dwm.git
+git clone https://github.com/ozpv/dwm
cd dwm
sudo make install
```
+## other
+
+### status bar installation
+```
+git clone https://github.com/ozpv/dwmblocks
+cd dwmblocks
+sudo make install
+```