aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald <3665590+playgithub@users.noreply.github.com>2021-09-29 23:41:39 +0800
committerGitHub <noreply@github.com>2021-09-29 08:41:39 -0700
commitc69a37472be24d8b615639cbb85043ec136478a4 (patch)
tree54f5d5acb5b6c3c73d9133de906938679146a40e
parent72c6bfe02f7e5530cb4be0fa3b1fad04b43f184f (diff)
downloadvcpkg-c69a37472be24d8b615639cbb85043ec136478a4.tar.gz
vcpkg-c69a37472be24d8b615639cbb85043ec136478a4.zip
[vcpkg docs] Make telemetry section of README.md clearer (#20412)
* Update README.md format section telemetry to make it more clear * Update README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 936cc1681..2ece98362 100644
--- a/README.md
+++ b/README.md
@@ -356,8 +356,9 @@ The code in this repository is licensed under the [MIT License](LICENSE.txt).
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 re-running the bootstrap-vcpkg script with -disableMetrics,
-passing --disable-metrics to vcpkg on the command line,
-or by setting the VCPKG_DISABLE_METRICS environment variable.
+You can opt-out of telemetry by
+- running the bootstrap-vcpkg script with -disableMetrics
+- passing --disable-metrics to vcpkg on the command line
+- setting the VCPKG_DISABLE_METRICS environment variable
Read more about vcpkg telemetry at docs/about/privacy.md