Skip to content

Commit 1c465d6

Browse files
style: pre-commit.ci fixes
1 parent 8356fd4 commit 1c465d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/chapters/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ required. If it installed in a non-default search path, then setting the
206206
### Using Meson's subprojects
207207

208208
Meson has a system called
209-
[wraps](https://mesonbuild.com/Wrap-dependency-system-manual.html), which
210-
allow Meson to fetch sources, configure, and build dependencies as part of a
211-
main project. This is the mechanism that Meson recommends for projects to use,
212-
as it allows updating the dependency transparently, and allows packagers to have
213-
fine grained control on the use of subprojects vs system provided dependencies.
209+
[wraps](https://mesonbuild.com/Wrap-dependency-system-manual.html), which allow
210+
Meson to fetch sources, configure, and build dependencies as part of a main
211+
project. This is the mechanism that Meson recommends for projects to use, as it
212+
allows updating the dependency transparently, and allows packagers to have fine
213+
grained control on the use of subprojects vs system provided dependencies.
214214
Simply run `meson wrap install cli11` to install the `cli11.wrap` file, and
215215
commit it, if desired.
216216

0 commit comments

Comments
 (0)