# HG changeset patch # User Tsukasa Hiiragi # Date 2026-08-19 00:24:53 # Node ID 25a6280c96ec9c744d4ed1998a78f7e9121a3235 # Parent 60e13e940ee8cfd41c9043ca0510ae9d6d9508f1 Update README.md diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Swindle is a fork of [dwl](https://codeb * ninja (compile-time only) Install these (and their `-devel` versions if your distro has separate -development packages) and run `make` followed by `doas/sudo make install`, if you wish to install it (installs to /usr/local/bin/ by default). +development packages) and run `meson setup build` followed by `doas/sudo ninja -C build install`, if you wish to install it (installs to /usr/local/bin/ by default). ## Things that are good to have