From bfa6b2564184a12009a99ae9361d97c933fa9ab1 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sun, 8 Jun 2025 10:38:51 +0800 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a735af..283b764 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,12 @@ yay -S maomaowm-git ## other ```bash -yay -S wlroots-0.19-git +# wlroots 0.19.0 release with a fix-patch to avoid crash +git clone -b 0.19.0-fix https://github.com/DreamMaoMao/wlroots.git +cd wlroots +meson build -Dprefix=/usr +sudo ninja -C build install + git clone https://github.com/DreamMaoMao/maomaowm.git cd maomaowm meson build -Dprefix=/usr