README.md in vagrant-xhyve-0.1.1.pre vs README.md in vagrant-xhyve-0.1.1

- old
+ new

@@ -71,11 +71,11 @@ Vagrant.configure("2") do |config| # ... other stuff config.vm.provider :xhyve do |xhyve| xhyve.cpus = 2 - xhyve.memory = 1G + xhyve.memory = "1G" end end ``` ## Synced Folders @@ -98,9 +98,17 @@ Q. Will I even not have to use sudo? A. There's a theory in that issue linked above that wrapping xhyve in an app store app would help. If that were the case, you could probably use the embedded binary with vagrant-xhyve. + +## Acknowledgements + +This plugin was heavilly cribbed from the vagrant-aws and vagrant-virtualbox +providers. So thanks for those. + +This also uses the nice [xhyve-ruby](https://github.com/dalehamel/xhyve-ruby) +gem, by Dale Hamel. ## Development To work on the `vagrant-xhyve` plugin, clone this repository out, and use [Bundler](http://gembundler.com) to get the dependencies: