diff options
Diffstat (limited to 'docs/markdown/Creating-releases.md')
-rw-r--r-- | docs/markdown/Creating-releases.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Creating-releases.md b/docs/markdown/Creating-releases.md index dfdc579..638125c 100644 --- a/docs/markdown/Creating-releases.md +++ b/docs/markdown/Creating-releases.md @@ -82,7 +82,7 @@ For example: ```sh git clone https://github.com/myproject cd myproject/subprojects/mysubproject -meson builddir +meson setup builddir meson dist -C builddir ``` This produces `builddir/meson-dist/mysubproject-1.0.tar.xz` tarball. |