From 70a7c7f3890fc538d917c20f7b354fb1512e8b16 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 23 Feb 2021 20:36:26 +0100 Subject: [PATCH] readme: make it clear build/ is a dir Can be confused with a sub-command for people not familiar with Meson and ninja. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61d7d820..51ab2354 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ If you choose to enable X11 support: Run these commands: - meson build - ninja -C build + meson build/ + ninja -C build/ Install like so: - sudo ninja -C build install + sudo ninja -C build/ install ## Contributing