summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid-Valters <46930139+David-Valters@users.noreply.github.com>2022-07-13 14:40:49 +0300
committerLeonardo Hernández <leohdz172@protonmail.com>2022-07-13 20:19:43 -0500
commitaf12e777f2eaf3237e4e95945646ef676d466e6e (patch)
tree5855b77c78ce1e3758310b0ef9453e6cb391fe76
parent8e03bce6217117f0687cd727ae2c47bdd3c0fe5a (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55e977b..dd986b7 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@ Feature *non-goals* for the main codebase include:
## Building dwl
-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 `make`. If you wish to build against a Git version of wlroots, check out the [wlroots-next branch](https://github.com/djpohly/dwl/tree/wlroots-next).
+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 `make`. If you wish to build against a Git version of wlroots, check out the [wlroots-next branch](https://github.com/djpohly/dwl/tree/wlroots-next).
To enable XWayland, you should also install xorg-xwayland and uncomment its flag in `config.mk`.