README.md in vagrant-solaris10-0.0.0 vs README.md in vagrant-solaris10-0.0.1

- old
+ new

@@ -1,29 +1,32 @@ -# Vagrant::Solaris10 +# Vagrant-Solaris10 -TODO: Write a gem description +[![Build Status](http://img.shields.io/travis/tnarik/vagrant-solaris10.svg)](https://travis-ci.org/tnarik/vagrant-solaris10) +[![Code Climate](http://img.shields.io/codeclimate/github/tnarik/vagrant-solaris10.svg)](https://codeclimate.com/github/tnarik/vagrant-solaris10) +[![Coveralls](http://img.shields.io/coveralls/tnarik/vagrant-solaris10.svg)](https://coveralls.io/r/tnarik/vagrant-solaris10) +[![RubyGems](http://img.shields.io/gem/v/vagrant-solaris10.svg)](http://rubygems.org/gems/vagrant-solaris10) +[![Gemnasium](http://img.shields.io/gemnasium/tnarik/vagrant-solaris10.svg)](https://gemnasium.com/tnarik/vagrant-solaris10) ## Installation -Add this line to your application's Gemfile: +Install via Vagrant - gem 'vagrant-solaris10' +```zsh +$ vagrant plugin install vagrant-solaris10 +``` -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install vagrant-solaris10 - ## Usage -TODO: Write usage instructions here +This is a Vagrant plugin. ## Contributing -1. Fork it +1. Fork it ( https://github.com/tnarik/vagrant-solaris10/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +5. Create a new Pull Request + +## Authors + +- Tnarik Innael (@tnarik) +- Mitchell Hashimoto (@mitchellh) : portions of code used as base for capability implementation, from the original [Vagrant](https://github.com/mitchellh/vagrant) plugins code (1.6.5->1.7.x). Specific attribution will appear per file/method. \ No newline at end of file