summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.51.0.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-08-16 16:12:35 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-08-16 16:18:18 -0400
commit25b0988d4e40d22d907169b4f73ff07b4cb7fd0e (patch)
treeb5cdc4588cc1856a00126fb28d09b4fbd1bb9079 /docs/markdown/Release-notes-for-0.51.0.md
parent33a5352e3c56c3d245aed48005515f097ab2ab53 (diff)
downloadmeson-25b0988d4e40d22d907169b4f73ff07b4cb7fd0e.tar.gz
docs: fix various references to "meson builddir"
This is wrong, it should use "meson setup builddir".
Diffstat (limited to 'docs/markdown/Release-notes-for-0.51.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.51.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.51.0.md b/docs/markdown/Release-notes-for-0.51.0.md
index 0a644a3ac..e015a95d3 100644
--- a/docs/markdown/Release-notes-for-0.51.0.md
+++ b/docs/markdown/Release-notes-for-0.51.0.md
@@ -136,7 +136,7 @@ If you have installed something to `/tmp/dep`, which has a layout like:
/tmp/dep/bin
```
-then invoke Meson as `meson builddir/ -Dcmake_prefix_path=/tmp/dep`
+then invoke Meson as `meson setup builddir/ -Dcmake_prefix_path=/tmp/dep`
## Tests that should fail but did not are now errors