commit 1f97655d5bb8a5e8bfd1b165e88b9f6e60f027ba
parent 1ab3dac5cc0d093b99d4c4365349dd53ed2bb090
Author: Devin J. Pohly <djpohly@gmail.com>
Date: Sat, 2 Jan 2021 19:58:46 -0500
never ever ever tell anyone to sudo make
I am embarrassed to have let this slip through someone's merge. Anybody
who genuinely needs to `sudo make` will know it; everyone else should
use a proper package manager and build system.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -37,7 +37,7 @@ Feature *non-goals* include:
## Building dwl
-dwl has only two dependencies: wlroots-git and wayland-protocols. Simply install these and run `sudo make install`.
+dwl has only two dependencies: wlroots-git and wayland-protocols. Simply install these and run `make`.
To enable XWayland, you should also install xorg-xwayland and uncomment its flag in `config.mk`.