Skip to content
jgaskins edited this page Jan 17, 2013 · 1 revision

Installing Perpetuity

If you are using Bundler to manage your dependencies, simply add the following to your Gemfile and run bundle to install it.

gem 'perpetuity'

If you are not using Bundler, simply run the following in a terminal:

gem install perpetuity

If you receive a permission error, prefix the command with sudo.

Clone this wiki locally