summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
+```