README.md in fluent-plugin-formatter-protobuf-0.0.4 vs README.md in fluent-plugin-formatter-protobuf-0.0.5

- old
+ new

@@ -6,19 +6,36 @@ ## Installation ### RubyGems -``` +```shell $ gem install fluent-plugin-formatter-protobuf ``` -### Bundler +### GitHub RubyGems Registry +```shell +$ gem install \ + fluent-plugin-formatter-protobuf \ + --version "<version>" \ + --source "https://rubygems.pkg.github.com/raytung" +``` + +### Bundler (RubyGems) + Add following line to your Gemfile: ```ruby -gem "fluent-plugin-formatter-protobuf" +gem "fluent-plugin-formatter-protobuf", "<version>" +``` + +### Bundler (GitHub RubyGems Registry), + +```shell +source "https://rubygems.pkg.github.com/raytung" do + gem "fluent-plugin-formatter-protobuf", "<version>" +end ``` And then execute: ```