From ab8c4738fe4bc6c2eb2f60e5df07ffcbeeb14e62 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:30:56 -0500 Subject: add status bar installation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3