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

- old
+ new

@@ -4,20 +4,23 @@ [![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) +# Description + +This is a Vagrant plugin for Solaris 10. +As opossed to the default implementation of the Vagrant Solaris 10 plugin part of Vagrant, this implementation tries to avoid non Solaris tools or approaches, as the main target is a 'as pure as possible' Solaris 10 machine. This means most of the tools installed in the system will be default Solaris one and not GNU replacements. GNU replacements, when installed, are available as separate commands, straight from the installation packages. + +The main machine this plugin is used with is [my Solaris10 Packer build](https://github.com/tnarik/basebox-solaris10). + ## Installation Install via Vagrant ```zsh $ vagrant plugin install vagrant-solaris10 ``` - -## Usage - -This is a Vagrant plugin. ## Contributing 1. Fork it ( https://github.com/tnarik/vagrant-solaris10/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) \ No newline at end of file