diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index ad19d3fa9ee9fc03e1b84424d1cbc0793f1e011f..76d486dd624bcee96016891f3d90b697acf8d1c2 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -5,6 +5,11 @@ To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)
 
 To cross-compiling for Windows from Linux, see [COMPILE-WINDOWS-CROSS.md](COMPILE-WINDOWS-CROSS.md)
 
+Alternatively, you can build and install Keystone using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager with a single command:
+ - vcpkg install keystone
+
+VCPGK supports to build Keystone on Windows, Linux and Macos, the Keystone port in vcpkg is kept up to date by Microsoft team members and community contributors.
+
 Learn more on how to code your own tools with our samples.
 
  - For C sample code, see code in directory samples/