summaryrefslogtreecommitdiff
path: root/docs/markdown/Installing.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-07-14 00:01:39 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-07-14 00:01:39 -0400
commit5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a (patch)
tree5d7df67f74f899f3dc3e7f681b2413a63d1c9bcd /docs/markdown/Installing.md
parent69131e724269b3ada3a9058a2f1722ddd0617583 (diff)
downloadmeson-5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a.tar.gz
docs: add some function linkification in code snippets
Let people easily find the documentation for concepts we are trying to teach.
Diffstat (limited to 'docs/markdown/Installing.md')
-rw-r--r--docs/markdown/Installing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md
index 2cc297ffa..2ad341715 100644
--- a/docs/markdown/Installing.md
+++ b/docs/markdown/Installing.md
@@ -96,7 +96,7 @@ also sets the variables `MESON_SOURCE_ROOT` and `MESON_BUILD_ROOT`.
Telling Meson to run this script at install time is a one-liner.
```meson
-meson.add_install_script('myscript.sh')
+[[#meson.add_install_script]]('myscript.sh')
```
The argument is the name of the script file relative to the current