diff options
author | fauxmight <fauxmight@noreply.codeberg.org> | 2025-04-24 04:28:44 +0000 |
---|---|---|
committer | fauxmight <fauxmight@noreply.codeberg.org> | 2025-04-24 04:28:44 +0000 |
commit | faa56cc9b9718e1b195a02682836fe040963eb7d (patch) | |
tree | 2ea1b2f8c5cecac7121acba5c2c8d8b66cbe929f /README.md | |
parent | 4456f4536a483c127909151a84d7b62da4f40e8b (diff) | |
download | dwl-faa56cc9b9718e1b195a02682836fe040963eb7d.tar.gz dwl-faa56cc9b9718e1b195a02682836fe040963eb7d.tar.bz2 dwl-faa56cc9b9718e1b195a02682836fe040963eb7d.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -15,10 +15,11 @@ philosophy. Like dwm, dwl is: ## Getting Started: ### Latest semi-stable [release] -This is probably where you want to start. This builds against the dependent -packages' versions currently shipping in major distributions. If your -distribution's wlroots version is older, use an earlier dwl [release] or [0.x -branch]. +This is probably where you want to start. This builds against the [wlroots] +versions currently shipping in major distributions. If your +distribution's `wlroots` version is older, use an earlier dwl [release]. +The `wlroots` version against which a given `dwl` release builds is specified +with each release on the [release] page ### Development branch [main] Active development progresses on the `main` branch. The `main` branch is built @@ -181,6 +182,7 @@ inspiration, and to the various contributors to the project, including: - Stivvo for output management and fullscreen support, and patch maintenance +[wlroots]: https://gitlab.freedesktop.org/wlroots [`systemd --user`]: https://wiki.archlinux.org/title/Systemd/User [#dwl on Libera Chat]: https://web.libera.chat/?channels=#dwl [0.7-rc1]: https://codeberg.org/dwl/dwl/releases/tag/v0.7-rc1 |