aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorKai Pastor <dg0yt@darc.de>2021-04-28 23:49:21 +0200
committerGitHub <noreply@github.com>2021-04-28 14:49:21 -0700
commit62407516123a9aaf36710bce15368dd7ca9b168d (patch)
tree100c0942914fddef5f887a6565a95b2234e8d34d /docs/README.md
parent05d29d04b995cc006911f74dc93bf9a16964d85a (diff)
downloadvcpkg-62407516123a9aaf36710bce15368dd7ca9b168d.tar.gz
vcpkg-62407516123a9aaf36710bce15368dd7ca9b168d.zip
[docs] Add mingw documentation (#17219)
* Add mingw documentation * Minor edits * Fix typos * Revise comments about tools * Make mingw-w64 explicit * Fix another typo * How to avoid mixing different installations * Ban '/bin' from 'PATH', too * Update mingw.md Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 257703453..0f3c10c47 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -21,6 +21,7 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too
- [Binary Caching](users/binarycaching.md)
- [Versioning](users/versioning.md)
- [Usage with Android](users/android.md)
+- [Usage with Mingw-w64](users/mingw.md)
- [Host Dependencies](users/host-dependencies.md)
### Maintainer Help