Skip to content

Commit 967d769

Browse files
authored
Update README.md
1 parent 6d33be6 commit 967d769

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
![Ruby](https://github.com/omniauth/omniauth-github/workflows/Ruby/badge.svg?branch=master)
2+
13
# OmniAuth GitHub
24

35
This is the official OmniAuth strategy for authenticating to GitHub. To
46
use it, you'll need to sign up for an OAuth2 Application ID and Secret
57
on the [GitHub Applications Page](https://github.com/settings/applications).
68

9+
## Installation
10+
11+
```ruby
12+
gem 'omniauth-github', github: 'omniauth/omniauth-github', branch: 'master'
13+
```
14+
715
## Basic Usage
816

917
```ruby

0 commit comments

Comments
 (0)