Skip to content

Commit

Permalink
Move links to more info to Development section
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky committed Dec 26, 2018
1 parent 5115f13 commit 69270a7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ Add this gem to your application's `Gemfile`:

## Usage

Sidekiq middleware description:

https://github.com/mperham/sidekiq/wiki/Middleware

InfluxDB client description:

https://github.com/influxdata/influxdb-ruby/blob/master/README.md

Add included middleware to your application's Sidekiq middleware stack:

```ruby
Expand Down Expand Up @@ -87,6 +79,9 @@ Et cetera.

## Development

* [Sidekiq middleware](https://github.com/mperham/sidekiq/wiki/Middleware)
* [InfluxDB client](https://github.com/influxdata/influxdb-ruby)

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
Expand Down

0 comments on commit 69270a7

Please sign in to comment.