Skip to content

Commit

Permalink
Merge pull request airbnb#47 from KeweiCodes/patch-1
Browse files Browse the repository at this point in the history
Deprecated "bundle install" in Docs Changed
  • Loading branch information
goatslacker authored Feb 2, 2017
2 parents 5dbddc4 + fd87d41 commit 651a183
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,20 @@ If all goes well you should see a message that says "Connected". If there is an

If your server code is written in a language other than Ruby, then you can build your own client for Hypernova. A [spec](docs/client-spec.md) exists and details on how clients should function as well as fall-back in case of failure.

```sh
bundle install hypernova
Add this line to your application’s Gemfile:

```ruby
gem 'hypernova'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install hypernova

Now lets add support on the Rails side for Hypernova. First, we‘ll need to create an initializer.

`config/initializers/hypernova_initializer.rb`
Expand Down

0 comments on commit 651a183

Please sign in to comment.