diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 13:20:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-30 16:19:59 +0000 |
commit | f72ee8e742a171db74ed32b54b85953b8dfe1d77 (patch) | |
tree | 80e015f57b8bfc3c0a0fccb6b0d4ef4d602c0a0d /docs/markdown/Installing.md | |
parent | 4f8cecca9733588b083dba8488143fa1ffb0e495 (diff) | |
download | meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.zip meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.gz meson-f72ee8e742a171db74ed32b54b85953b8dfe1d77.tar.bz2 |
Rewrap long text lines in docs. [skip ci]
Diffstat (limited to 'docs/markdown/Installing.md')
-rw-r--r-- | docs/markdown/Installing.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 9dc2ad4..93f6d19 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -4,7 +4,8 @@ short-description: Installing targets # Installing -Invoked via the [following command](Commands.md#install) *(available since 0.47.0)*: +Invoked via the [following command](Commands.md#install) *(available +since 0.47.0)*: ```sh meson install @@ -114,8 +115,8 @@ $ DESTDIR=/path/to/staging/area meson install ## Custom install behaviour -Installation behaviour can be further customized using -additional arguments. +Installation behaviour can be further customized using additional +arguments. For example, if you wish to install the current setup without rebuilding the code (which the default install target always does) and |