From 767ce08307df6e816fcca7dfd747d8cc6a593fc5 Mon Sep 17 00:00:00 2001 From: Manuel Zimmermann Date: Sun, 14 Jun 2020 11:36:43 +0200 Subject: README: Improve build instructions The .gitignore file ignores the directory build/, therefore it makes most sense to use this directory in the example as well. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2778229..7d5c1f5 100644 --- a/README.md +++ b/README.md @@ -140,9 +140,9 @@ Dependencies are determined by which backends and window systems are enabled when building `imv`. You can find a summary of which backends are available in [meson_options.txt](meson_options.txt) - $ meson builddir/ - $ ninja -C builddir/ - # ninja -C builddir/ install + $ meson build/ + $ ninja -C build/ + # ninja -C build/ install `--prefix` controls installation prefix. If more control over installation paths is required, `--bindir`, `--mandir` and `--datadir` are -- cgit v1.2.3