summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-03-10 13:36:30 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit1a0c76f4e1cb779f40986285ec931078835495ae (patch)
tree5af1783acbc21e662f3ce4dfd3acd3865bddd327 /lib/bundler/templates/newgem
parentb61f3a9199adb771d785c948ceb8dac61e0fc77f (diff)
Merge RubyGems-3.3.9 and Bundler-2.3.9
Diffstat (limited to 'lib/bundler/templates/newgem')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 8fd87abe9a..a60c7967ec 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -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] %>