Skip to content

Commit

Permalink
Add Gemfile to README setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thuss committed Nov 9, 2023
1 parent 3db2dad commit e746e43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Install Ruby, RubyGems and a ruby-database driver (e.g. `gem install mysql` or `

$ gem install standalone_migrations

or use a Gemfile (and then `bundle install`):

```
source 'https://rubygems.org'
gem 'standalone_migrations'
gem 'pg' # or mysql2
```

Add to `Rakefile` in your projects base directory:

```ruby
Expand Down

0 comments on commit e746e43

Please sign in to comment.