diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/install_tag.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/install_tag.md b/docs/markdown/snippets/install_tag.md new file mode 100644 index 0000000..36df639 --- /dev/null +++ b/docs/markdown/snippets/install_tag.md @@ -0,0 +1,6 @@ +## Installation tags + +It is now possible to install only a subset of the installable files using +`meson install --tags tag1,tag2` command line. + +See [documentation](Installing.md#installation-tags) for more details. |