diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/install_dry_run.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/install_dry_run.md b/docs/markdown/snippets/install_dry_run.md new file mode 100644 index 0000000..8106a06 --- /dev/null +++ b/docs/markdown/snippets/install_dry_run.md @@ -0,0 +1,4 @@ +## meson install --dry-run + +New option to meson install command that does not actually install files, but +only print messages. |