summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/install_command.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/install_command.md')
-rw-r--r--docs/markdown/snippets/install_command.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/install_command.md b/docs/markdown/snippets/install_command.md
deleted file mode 100644
index 68866c997..000000000
--- a/docs/markdown/snippets/install_command.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## Made install a top level Meson command
-
-You can now run `meson install` in your build directory and it will do
-the install. It has several command line options you can toggle the
-behaviour that is not in the default `ninja install` invocation. This
-is similar to how `meson test` already works.
-
-For example, to install only the files that have changed, you can do:
-
-```console
-meson install --only-changed
-```