Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest quicker bundle add for installation in README.md generated by bundle gem #5337

Merged
merged 2 commits into from Mar 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 3 additions & 9 deletions bundler/lib/bundler/templates/newgem/README.md.tt
Expand Up @@ -6,17 +6,11 @@ TODO: Delete this and the text above, and describe your gem

## Installation

Add this line to your application's Gemfile:
Install the gem and add to the application's Gemfile by executing:

```ruby
gem '<%= config[:name] %>'
```
$ bundle add <%= config[:name] %>

And then execute:

$ bundle install

Or install it yourself as:
If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install <%= config[:name] %>

Expand Down