diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-22 11:42:20 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-01-22 11:42:20 +0200 |
commit | ad687462e1705df1facadf35df1b2ace31c9285f (patch) | |
tree | 4efecd833d04898dc6829696381b29a0d3ec3a82 /docs/markdown | |
parent | 21eba740e7bd813e22bcc2ff46103af3b2c94315 (diff) | |
download | meson-ad687462e1705df1facadf35df1b2ace31c9285f.zip meson-ad687462e1705df1facadf35df1b2ace31c9285f.tar.gz meson-ad687462e1705df1facadf35df1b2ace31c9285f.tar.bz2 |
Add link to PDF manual site on the front page. [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/index.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index e57cd69..ccd341f 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -24,6 +24,12 @@ code. * built-in multiplatform dependency provider that works together with distro packages * fun! +## A full manual + +The documentation on this site is freely available for all. However +there is also a full separate manual available for purchase [on this +web page](https://meson-manual.com/). + ## Community There are two main methods of connecting with other Meson @@ -37,7 +43,7 @@ The second way is via IRC. The channel to use is `#mesonbuild` at Many projects out there are using Meson and their communities are also a great resource for learning about what (and what not too!) do when -trying to convert to using Meson. +trying to convert to using Meson. [A short list of Meson users can be found here](Users.md) but there are many more. We would love to hear about your success |