Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit d7b2ea5

Browse files
authored
Update README.md
1 parent 561c2ad commit d7b2ea5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ CF Dev is a new distribution of Cloud Foundry designed to run on a developer’s
2929

3030
* [CF CLI](https://github.com/cloudfoundry/cli)
3131
* Internet connection (or Dnsmasq or Acrylic) required for wildcard DNS resolution
32+
* Please note CF Dev only supports Mac OSX at this time
3233

3334
## Install
34-
1. Download the CF Dev binary [here](https://d3p1cc0zb2wjno.cloudfront.net/cfdev/cfdev-v0.0.1-darwin).
35-
1. _(if needed)_ Uninstall PCF Dev plugin if its installed `cf uninstall-plugin pcfdev`.
35+
1. Download the CF Dev binary [here](http://d3p1cc0zb2wjno.cloudfront.net/cfdev/cfdev-v0.0.2-darwin).
36+
1. _(if needed)_ Uninstall your exsiting PCF Dev or CF Dev plugin if its installed `cf uninstall-plugin pcfdev` OR `cf uninstall-plugin cfdev`
3637
1. Install the CF Dev plugin `cf install-plugin <path to cfdev binary>`.
3738

3839
## Start
@@ -50,6 +51,14 @@ To stop CF Dev run `cf dev stop`. This will completely stop and destory the CF D
5051

5152
To uninstall the CF Dev cf CLI plugin run `cf uninstall-plugin cfdev`.
5253

54+
## Telemetry
55+
56+
Here on the CF Dev team, we use telemetry to help us understand how our tool is being used. We value our users privacy, therefore all telemetry is completely anonymous. There is no way for anyone with the telemetry to identify who is using the CF Dev tool. In an effort to make our data as transparent as possible, we will be publishing aggregated anonymous usage data to this page periodically to help our user community understand how the tool is being used.
57+
58+
In addition to making this data completely anonymous, we require users to opt-in to allowing us to collect telemetry from their tool. Upon running `$ cf dev start` for the first time, we will prompt the user to opt-in to capturing analytics. Any time after that you can turn on/off telemetry by running `$ cf dev telemetry --on/off`
59+
60+
You can learn more about what we do with telemetry [here](https://github.com/cloudfoundry-incubator/cfdev/wiki/Telemetry)
61+
5362
## Contributing
5463

5564
If you are interested in contributing to CF Dev, please refer to the [contributing guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)