Skip to content
Tobias Bühlmann edited this page May 13, 2013 · 2 revisions

Installation

Depending on your setup and/or preference, you can install Vetinari differently.

As a Gem

$ gem install vetinari

Using Bundler

Latest Gem

In your Gemfile:

gem 'vetinari'

Then run:

$ bundle install

From the Repository

In your Gemfile:

gem 'vetinari', :github => 'tbuehlmann/vetinari'

Then run:

$ bundle install
Clone this wiki locally