README.md in opskeleton-0.1.9 vs README.md in opskeleton-0.2.0

- old
+ new

@@ -22,10 +22,15 @@ ```bash $ sudo aptitude install ruby1.9.1 ruby1.9.1-dev # see https://rvm.io/rvm/install/ $ curl -L https://get.rvm.io | bash -s stable --ruby + + # install vagrant [see](http://docs-v1.vagrantup.com/v1/docs/getting-started/) for latest package + $ wget http://files.vagrantup.com/packages/64e360814c3ad960d810456add977fd4c7d47ce6/vagrant_x86_64.deb + $ sudo dpkg -i vagrant_x86_64.deb + # re-launch current terminal session, the following should work $ rvm use system $ sudo gem install opskeleton ``` @@ -60,6 +65,20 @@ Life cycle scheme: <img src="https://raw.github.com/narkisr/vagrant-sketching-board/master/images/module-lifecycle-black.png" width='30%' hight='50%' alt="" /> +# Copyright and license +Copyright [2013] [Ronen Narkis] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.