Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 405 Bytes

installation.md

File metadata and controls

23 lines (17 loc) · 405 Bytes
title description type created_at
Installation
how_to_guide
2021-12-21

Installation

Add this line to your application's Gemfile:

gem 'onesie', git: 'git@github.com:timlkelly/onesie.git', tag: 'v0.2.0'

And then execute bundle install

Next, generate the required migration file and migrate:

bundle exec rails generate onesie:install
bundle exec rake db:migrate