Skip to content

Install

Bakh Inamov edited this page Mar 17, 2017 · 4 revisions

Install

From RubyGems

If you are a developer of your prefer to install from RubyGems, we've got you covered.

Add wombat-cli to your repository's Gemfile:

gem 'wombat-cli'

If using bundler, make sure to execute bundle install after updating the Gemfile. When running Wombat make sure to prefix the commands, e.g. bundle exec wombat ...

Standalone

Install the library using gem:

$> gem install wombat-cli
Clone this wiki locally