Skip to content

Commit d5db795

Browse files
author
Daniel Magliola
authored
Merge pull request #178 from cguess/master
Add Gem & Bundler instructions to README
2 parents 260e51a + 16c44a7 commit d5db795

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)