Skip to content

Commit a925973

Browse files
committed
2 parents f076396 + 6b71a63 commit a925973

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ Sentry Ruby API is a Ruby wrapper for the [getsentry/sentry API](https://docs.se
66

77

88
## Installation
9+
Install it from rubygems:
910

10-
add to a Gemfile:
11+
```sh
12+
gem install sentry-api
13+
```
14+
15+
Or add to a Gemfile:
1116

1217
```ruby
13-
gem 'sentry', :git => "[email protected]:thierryxing/sentry-ruby-api.git"
18+
gem 'sentry-api'
1419
```
1520

1621
## Usage

0 commit comments

Comments
 (0)