Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from frapposelli/version-badge
Browse files Browse the repository at this point in the history
Added version badge to readme
  • Loading branch information
frapposelli committed Dec 2, 2015
2 parents aecd988 + 6c5ebb2 commit 6bf9316
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vagrant-guests-photon [![Build Status](https://travis-ci.org/vmware/vagrant-guests-photon.svg)](https://travis-ci.org/vmware/vagrant-guests-photon) [![Coverage Status](https://coveralls.io/repos/vmware/vagrant-guests-photon/badge.svg?branch=master&service=github)](https://coveralls.io/github/vmware/vagrant-guests-photon?branch=master)
# vagrant-guests-photon [![Build Status](https://travis-ci.org/vmware/vagrant-guests-photon.svg)](https://travis-ci.org/vmware/vagrant-guests-photon) [![Coverage Status](https://coveralls.io/repos/vmware/vagrant-guests-photon/badge.svg?branch=master&service=github)](https://coveralls.io/github/vmware/vagrant-guests-photon?branch=master)[![Gem Version](https://badge.fury.io/rb/vagrant-guests-photon.svg)](https://badge.fury.io/rb/vagrant-guests-photon)
This is a [Vagrant](http://www.vagrantup.com/) [plugin](http://docs.vagrantup.com/v2/plugins/index.html) that adds VMware Photon guest support.

## Installation
Expand All @@ -11,8 +11,9 @@ $ vagrant plugin install vagrant-guests-photon
To build and install the plugin directly from this repo:

```
$ rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.1.gem
$ bundle install
$ bundle rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.2.gem
```

You can run RSpec with:
Expand Down

0 comments on commit 6bf9316

Please sign in to comment.