Skip to content

Commit 70caa24

Browse files
Update to cover change in Bundler (#512)
Since `install` is no longer the default subcommand for everyone (as of Bundler 4), the explicit `bundle install` is better.
1 parent f0985b3 commit 70caa24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'bigdecimal'
1515
And then execute:
1616

1717
```bash
18-
bundle
18+
bundle install
1919
```
2020

2121
Or install it yourself as:

0 commit comments

Comments
 (0)