Skip to content

Commit

Permalink
Merge pull request #8 from newrelic/update_readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
tannalynn authored Oct 21, 2024
2 parents 83a9558 + a267b10 commit 2f126b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ This is a New Relic backend implementation of the [Traces](https://github.com/so
## Quick start

Add the gem to your project's Gemfile. This will also install `newrelic_rpm`, the New Relic Ruby agent.
Note: This gem is only available via GitHub.

```ruby
gem 'traces-backend-newrelic'
gem 'traces-backend-newrelic', github: 'newrelic/traces-backend-newrelic'
```

and run `bundle install` to activate the new gem.
Expand Down

0 comments on commit 2f126b3

Please sign in to comment.