You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,3 +8,37 @@
8
8
A Pluggable Webhook Server Framework written in Ruby
9
9
10
10

11
+
12
+
## Installation 💎
13
+
14
+
You can download this Gem from [GitHub Packages](https://github.com/github/hooks/pkgs/rubygems/hooks-ruby) or [RubyGems](https://rubygems.org/gems/hooks-ruby)
15
+
16
+
Via a Gemfile:
17
+
18
+
```ruby
19
+
source "https://rubygems.org"
20
+
21
+
gem "hooks-ruby", "~> X.X.X"# Replace X.X.X with the latest version
0 commit comments