aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColby Swandale <colby-swandale@users.noreply.github.com>2017-02-17 15:50:32 +1100
committerGitHub <noreply@github.com>2017-02-17 15:50:32 +1100
commitee7a0ec93a6339b5a19de86c10adcc37933e3f90 (patch)
tree6311c562ee9a0f6d65dc4cd8b42753fd57f89d56 /README.md
parent732318548f7c0e58f48c1baed3ed63b49a23e121 (diff)
downloadruby-openssl-ee7a0ec93a6339b5a19de86c10adcc37933e3f90.tar.gz
document using secure protocol to fetch git master in Bundler
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21d0f528..2b60b0e2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Alternatively, you can install the gem with `bundler`:
# Gemfile
gem 'openssl'
# or specify git master
-gem 'openssl', github: 'ruby/openssl'
+gem 'openssl', git: 'https://github.com/ruby/openssl'
```
After doing `bundle install`, you should have the gem installed in your bundle.