diff options
author | Tim Ansell <me@mith.ro> | 2018-02-25 10:22:42 -0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-02-25 20:22:42 +0200 |
commit | 36fc65527291553bab6292d4b91208bed5aadda3 (patch) | |
tree | b2bf415508bb870643d3d40a92ae120dcc97c4fc /docs/markdown | |
parent | 33e279bc113beff73666f5295fd26fe4a5f9e008 (diff) | |
download | meson-36fc65527291553bab6292d4b91208bed5aadda3.zip meson-36fc65527291553bab6292d4b91208bed5aadda3.tar.gz meson-36fc65527291553bab6292d4b91208bed5aadda3.tar.bz2 |
Adding a "Projects using Meson" to Community section (#3138)
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index 6893564..cffd488 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -33,6 +33,16 @@ developers. The first one is the mailing list, which is hosted at The second way is via IRC. The channel to use is `#mesonbuild` at [Freenode](https://freenode.net/). +### [Projects using Meson](http://mesonbuild.com/Users.html) + +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. + +[A short list of Meson users can be found here](http://mesonbuild.com/Users.html) +but there are many more. We would love to hear about your success +stories too and how things could be improved too! + ## Development All development on Meson is done on the [GitHub |