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