summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-03-12 10:21:16 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-03-12 10:21:16 +0100
commit4907d7cf4f6ca400525c65ee512d71d9b0616ed9 (patch)
tree56f0c418237961248344aea4e184aae94a359c50
parentc9580309765629adbbccfd8a4a88654f956e990a (diff)
README.md: meson -> meson setup
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d7011b6..5311eef 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ of untracked/.
Don't call the builddir 'build'. There is a directory called 'build' with
files used by Autotools.
```
- $ meson --prefix /some_directory --libdir lib your_builddir .
+ $ meson setup --prefix /some_directory --libdir lib your_builddir .
$ cd your_builddir
```
@@ -98,7 +98,7 @@ Maintainer-mode is enabled by default when you build from a git clone.
Don't call the builddir 'build'. There is a directory called 'build' with
files used by Autotools.
```
- $ meson --prefix /some_directory --libdir lib your_builddir .
+ $ meson setup --prefix /some_directory --libdir lib your_builddir .
$ cd your_builddir
$ ninja
$ ninja install