From 4402507b7bfe8f036973b715355202c284ba9535 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 3 Apr 2021 14:24:53 +0200 Subject: readme: make it clearer that meson takes a dir as argument "build" can easily be misinterpreted as a Meson subcommand. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4698afbe..dc4210f3 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ _\*Compile-time dep_ Run these commands: - meson build - ninja -C build - sudo ninja -C build install + meson build/ + ninja -C build/ + sudo ninja -C build/ install On systems without logind, you need to suid the sway binary: -- cgit v1.2.3-54-g00ecf