Skip to content

Commit 16c44a7

Browse files
authored
Add Gem & Bundler instructions to README
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>
1 parent 260e51a commit 16c44a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ through a HTTP interface. Intended to be used together with a
1010

1111
## Usage
1212

13+
### Installation
14+
15+
For a global installation run `gem install prometheus-client`.
16+
17+
If you're using [Bundler](https://bundler.io/) add `gem "prometheus-client"` to your `Gemfile`.
18+
Make sure to run `bundle install` afterwards.
19+
1320
### Overview
1421

1522
```ruby

0 commit comments

Comments
 (0)