Add DCHECKs for checking that underlying IOBuf wasn't modified
[folly.git] / README.md
index 10022da2dc3aaac0dab11cda585bdcd37b9cbd16..4fc27ae242bfa8e1d37c94a841646a6c2b641d54 100644 (file)
--- a/README.md
+++ b/README.md
@@ -216,6 +216,12 @@ Download and install folly with the parameters listed below:
   sudo make install
 ```
 
+#### Windows (Vcpkg)
+
+folly is available in [Vcpkg](https://github.com/Microsoft/vcpkg#vcpkg) and releases may be built via `vcpkg install folly:x64-windows`.
+
+You may also use `vcpkg install folly:x64-windows --head` to build against `master`.
+
 #### Other Linux distributions
 
 - double-conversion (https://github.com/google/double-conversion)