diff options
Diffstat (limited to 'docs/markdown/Installing.md')
-rw-r--r-- | docs/markdown/Installing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 37590c1..40dcd8d 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -56,7 +56,7 @@ As you can see, Meson sets up some environment variables to help you write your Telling Meson to run this script at install time is a one-liner. ```meson -meson.set_install_script('myscript.sh') +meson.add_install_script('myscript.sh') ``` The argument is the name of the script file relative to the current subdirectory. |