We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbe2299 + 382d755 commit bf0cf3cCopy full SHA for bf0cf3c
1 file changed
README.md
@@ -27,7 +27,7 @@ If you want to build Rugged with HTTPS and SSH support, check out the list of op
27
If you're using bundler and want to bundle `libgit2` with Rugged, you can use the `:submodules` option:
28
29
```ruby
30
-gem 'rugged', git: 'git://github.com/libgit2/rugged.git', branch: 'development', submodules: true
+gem 'rugged', git: 'git://github.com/libgit2/rugged.git', submodules: true
31
```
32
33
To load Rugged, you'll usually want to add something like this:
0 commit comments