##// END OF EJS Templates
Update README.md
Tsuki -
r2:25a6280c96ec default
parent child Browse files
Show More
@@ -26,7 +26,7 Swindle is a fork of [dwl](https://codeb
26 26 * ninja (compile-time only)
27 27
28 28 Install these (and their `-devel` versions if your distro has separate
29 development packages) and run `make` followed by `doas/sudo make install`, if you wish to install it (installs to /usr/local/bin/ by default).
29 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).
30 30
31 31 ## Things that are good to have
32 32
General Comments 0
You need to be logged in to leave comments. Login now