From 52b945f8a388c573d1cfc67fd3890e0021d6fdcb Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 8 Jun 2018 18:33:27 -0700 Subject: Update doc --- docs/about/privacy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/about/privacy.md b/docs/about/privacy.md index 419a25faf..adc5f6561 100644 --- a/docs/about/privacy.md +++ b/docs/about/privacy.md @@ -8,10 +8,12 @@ We do collect telemetry data from usage of "vcpkg.exe". We explicitly ONLY colle ## What telemetry is collected? We collect the command line used, the time of invocation, and how long execution took. Some commands also add additional calculated information (such as the full set of libraries to install). We generate a completely random UUID on first use and attach it to each event. -In order to opt-out of data collection, you can re-run the boostrap script with the following flag: +In order to opt-out of data collection, you can re-run the boostrap script with the following flag, for Windows and Linux/OSX, respectively: ```PS> .\bootstrap-vcpkg.bat -disableMetrics 1``` +```PS> .\bootstrap-vcpkg.sh -disableMetrics``` + For more information about how Microsoft protects your privacy, see https://privacy.microsoft.com/en-us/privacy. Here is an example of an event for the command line `vcpkg install zlib`: -- cgit v1.2.3