summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-09-29 14:49:11 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-09-29 14:49:11 +0900
commitcf9d5f6bbd39155054d72b7d992cd35e89ff486d (patch)
tree0c0a7216f670be325b3909d18252dd8f0e5e6739
parent5e9c40aa1c0b4993953059fffe1ff724f41da95e (diff)
downloadbundler-cf9d5f6bbd39155054d72b7d992cd35e89ff486d.tar.gz
Update newgem README.md template for Bundler 2
-rw-r--r--lib/bundler/templates/newgem/README.md.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 868a0afe67..22ddeaa91a 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -14,7 +14,7 @@ gem '<%= config[:name] %>'
And then execute:
- $ bundle
+ $ bundle install
Or install it yourself as: