Skip to content

Commit

Permalink
Change bundle update to bundle install in readme (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-cook authored Jan 14, 2022
1 parent 8ebb965 commit fa55dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'bulkrax', git: 'https://github.com/samvera-labs/bulkrax.git'

And then execute:
```bash
$ bundle update
$ bundle install
$ rails generate bulkrax:install
```

Expand Down

0 comments on commit fa55dae

Please sign in to comment.