From a9b458c56c61689c1b7934097e7f32d2fa51abb8 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sun, 28 Feb 2021 11:35:07 +0530 Subject: [PATCH] Don't recommend compiling as root --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0c0ce..cc37518 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ A tiny program to get the current root name. May prove helpful in debugging. Clone the repository and run ``` cd dwmblocks -sudo make install clean +make +sudo make install ``` # Acknowledgements