Skip to content

Commit

Permalink
Use bundle add instead (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
glaucocustodio authored Mar 24, 2022
1 parent 77c6f65 commit 7713f3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ guide]**.

## Setup

Add the gem to your Gemfile:
Run:

```rb
# Gemfile
gem "shrine", "~> 3.0"
```sh
bundle add shrine
```

Then add `config/initializers/shrine.rb` which sets up the storage and loads
Expand Down

0 comments on commit 7713f3b

Please sign in to comment.