Skip to content

Commit

Permalink
Merge pull request #364 from olleolleolle/patch-3
Browse files Browse the repository at this point in the history
[docs] msgpack.org.md refer to new links, talk about Bundler first
  • Loading branch information
byroot authored Aug 8, 2024
2 parents 0618e98 + c54544f commit 9330593
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions msgpack.org.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ MessagePack.unpack(msg) #=> [1,2,3]

## Install

Add msgpack to your Gemfile to install with Bundler:

```
# Gemfile
gem 'msgpack'
```

Or, use RubyGems to install:

```
gem install msgpack
```
Expand All @@ -20,8 +29,8 @@ gem install msgpack

## Links

* [Github](https://github.com/msgpack/msgpack-ruby)
* [API document](http://ruby.msgpack.org/)
* [GitHub repo msgpack/msgpack-ruby](https://github.com/msgpack/msgpack-ruby)
* [API documentation](https://ruby.msgpack.org/)

## Streaming API

Expand Down

0 comments on commit 9330593

Please sign in to comment.