diff --git a/AUTHORS b/AUTHORS
index 4fbfb0e31..9f5aa00ba 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -18,6 +18,7 @@ drglove
eugeneko
gale83
ghost
+grdowns
Green-Sky
Kerndog73
Lawrencemm
diff --git a/README.md b/README.md
index 621b66e50..98e4db0b4 100644
--- a/README.md
+++ b/README.md
@@ -301,14 +301,32 @@ Note that benchmarks are not part of this set.
* [`Conan`](https://bintray.com/skypjack/conan/entt%3Askypjack/_latestVersion),
the C/C++ Package Manager for Developers.
+
+* [`vcpkg`](https://github.com/Microsoft/vcpkg/tree/master/ports/entt),
+ Microsoft VC++ Packaging Tool.
+ You can download and install `EnTT` in just a few simple steps:
+
+ ```
+ $ git clone https://github.com/Microsoft/vcpkg.git
+ $ cd vcpkg
+ $ ./bootstrap-vcpkg.sh
+ $ ./vcpkg integrate install
+ $ vcpkg install entt
+ ```
+
+ The `EnTT` port in `vcpkg` is kept up to date by Microsoft team members and
+ community contributors.
+ If the version is out of date, please
+ [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the
+ `vcpkg` repository.
+
* [`Homebrew`](https://github.com/skypjack/homebrew-entt), the missing package
manager for macOS.
Available as a homebrew formula. Just type the following to install it:
+
```
brew install skypjack/entt/entt
```
-* [`vcpkg`](https://github.com/Microsoft/vcpkg/tree/master/ports/entt),
- Microsoft VC++ Packaging Tool.
Consider this list a work in progress and help me to make it longer.