Skip to content

Commit 9330593

Browse files
authored
Merge pull request #364 from olleolleolle/patch-3
[docs] msgpack.org.md refer to new links, talk about Bundler first
2 parents 0618e98 + c54544f commit 9330593

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

msgpack.org.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ MessagePack.unpack(msg) #=> [1,2,3]
88

99
## Install
1010

11+
Add msgpack to your Gemfile to install with Bundler:
12+
13+
```
14+
# Gemfile
15+
gem 'msgpack'
16+
```
17+
18+
Or, use RubyGems to install:
19+
1120
```
1221
gem install msgpack
1322
```
@@ -20,8 +29,8 @@ gem install msgpack
2029

2130
## Links
2231

23-
* [Github](https://github.com/msgpack/msgpack-ruby)
24-
* [API document](http://ruby.msgpack.org/)
32+
* [GitHub repo msgpack/msgpack-ruby](https://github.com/msgpack/msgpack-ruby)
33+
* [API documentation](https://ruby.msgpack.org/)
2534

2635
## Streaming API
2736

0 commit comments

Comments
 (0)