README.md in vagrant-dns-server-0.1 vs README.md in vagrant-dns-server-0.2

- old
+ new

@@ -1,9 +1,18 @@ # Intro vagrant-dns enables easy dns management of multiple local Vagrant machines. It composed from a Vagrant plugin and standalone dns server, the plugin auto registers the host and ip of the VM once it boots up making it available for lookup on both the host and guest machines. +Follow [this](https://www.youtube.com/watch?v=6GFobNDvwpI) this demo to see it in action. + +# Install + +```bash + $ sudo aptitude install libzmq1 libzmq-dev + $ gem install vagrant-dns-server +``` + # Usage Add the plugin to the project Gemfile, use vagrant_dns server to boot the local dns server