README.md in catfish-0.0.4 vs README.md in catfish-0.0.5
- old
+ new
@@ -48,17 +48,27 @@
And you can even run the provisioning in parallel
$ catfish provision --parallel
+### Plugins
+You can have catfish ensure that vagrant plugins are installed via the 'plugin'
+directive in your Catfishfile.
+
+```ruby
+plugin 'vagrant-hostmaster'
+```
+
+ $ catfish plugin
+
### Getting help
$ catfish help
## TODO
- Puppet provisioner support
-- Vagrant plugin support in Catfishfile
+- Add some spec tests
## Contributing
1. Fork it ( https://github.com/chrisbaldauf/catfish/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)