Skip to content

Commit 37ee8d0

Browse files
authored
Update README.md
1 parent 76e53c4 commit 37ee8d0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BigId Auth's Library for Ruby
22
==============
33

44
[![Gem Version](https://badge.fury.io/rb/bigid_auth.svg)](https://badge.fury.io/rb/bigid_auth)
5-
[![bigid_auth](https://github.com/Quasar-Flash/bigid_auth/actions/workflows/ruby.yml/badge.svg)](https://github.com/Quasar-Flash/bigid_auth/actions/workflows/ruby.yml)
5+
[![bigid_auth](https://github.com/Quasar-Flash/bigid_auth/actions/workflows/build.yml/badge.svg)](https://github.com/Quasar-Flash/bigid_auth/actions/workflows/build.yml)
66

77
Dev Requirements
88
-----------------
@@ -22,7 +22,16 @@ Installation for Rails
2222

2323
```ruby
2424
# Add to the Gemfile
25-
gem "bigid_auth", "~> 0.2.0"
25+
gem "bigid_auth", "~> 0.2.1"
26+
```
27+
28+
Installation using the Github Gem repo
29+
-----------------
30+
31+
```ruby
32+
source "https://rubygems.pkg.github.com/quasar-flash" do
33+
gem "bigid_auth", "0.2.1"
34+
end
2635
```
2736

2837
Setting the BigID credentials - Rails Project

0 commit comments

Comments
 (0)