From c02e222ee9881518c13b2e39c845ad6cc9949717 Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:43:20 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 042f821..6a5de04 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ dwl has only two dependencies: `wlroots` and `wayland-protocols`. Simply install these (and their `-devel` versions if your distro has separate development packages) and run ``` +cp config.def.h config.h meson setup build meson compile -C build ```