From 3eb3b627171f05d5bb75ed588a8e132ce58a1497 Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 5 May 2020 12:34:48 -0700 Subject: [PATCH] Add telemetry notice to `README.md`. (#11171) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0da50421ed..d51f75396e 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,9 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## License Code licensed under the [MIT License](LICENSE.txt). + +## Telemetry + +vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by running `bootstrap-vcpkg.bat` or `bootstrap-vcpkg.sh` with `-disableMetrics`. + +Read more about vcpkg telemetry at docs/about/privacy.md