cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

Update README.md #102

Closed anouskastreets closed 5 years ago

anouskastreets commented 5 years ago

Add instructions for MacOS dependency installation.

cfdreddbot commented 5 years ago

:white_check_mark: Hey anouskastreets! The commit authors and yourself have already signed the CLA.

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166268273

The labels on this github issue will be updated when the story is started.

aemengo commented 5 years ago

@anouskastreets Thank you so much for making a contribution!

However, QEMU and Libvirt are dependencies for CF Dev on the Linux platform only. VM management/Networking is handled by hyperkit/vpnkit on MacOS, and these dependencies are automatically downloaded by the tool, if necessary. It would be erroneous to have users of MacOS perform those brew commands.

anouskastreets commented 5 years ago

Thanks @aemengo good to know. Thanks for your time.