Skip to content

Commit

Permalink
Add Gem & Bundler instructions to README
Browse files Browse the repository at this point in the history
Previously there was no mention of actually installing the gem, which is usually useful for a lot of more junior devs.
This PR just adds a few general lines making the name of the gem `prometheus-client` explicit and giving Gemfile and global installation examples.

Signed-off-by: Christopher Guess <cguess@gmail.com>
  • Loading branch information
cguess authored Jan 22, 2020
1 parent 260e51a commit 16c44a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ through a HTTP interface. Intended to be used together with a

## Usage

### Installation

For a global installation run `gem install prometheus-client`.

If you're using [Bundler](https://bundler.io/) add `gem "prometheus-client"` to your `Gemfile`.
Make sure to run `bundle install` afterwards.

### Overview

```ruby
Expand Down

0 comments on commit 16c44a7

Please sign in to comment.