aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 18:33:27 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 18:40:20 -0700
commit52b945f8a388c573d1cfc67fd3890e0021d6fdcb (patch)
tree9516af848048ed0ef76d3f7d8ec10c5a8940c38a /docs
parent9508d4aad228531661d6084267449f9fb2452d28 (diff)
downloadvcpkg-52b945f8a388c573d1cfc67fd3890e0021d6fdcb.tar.gz
vcpkg-52b945f8a388c573d1cfc67fd3890e0021d6fdcb.zip
Update doc
Diffstat (limited to 'docs')
-rw-r--r--docs/about/privacy.md4
1 files changed, 3 insertions, 1 deletions
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`: