Skip to content

Commit 8ad574f

Browse files
committed
📝 Documentation
1 parent 997fc94 commit 8ad574f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ Ruby OpenID Test Server (ROTS) is a dummy OpenID server that makes consumer test
6565
ROTS is a minimal implementation of an OpenID server, developed on top of the Rack middleware, this
6666
server provides an easy to use interface to make testing OpenID consumers really easy.
6767

68+
## Installation
69+
70+
Install the gem and add to the application's Gemfile by executing:
71+
72+
$ bundle add rots
73+
74+
If bundler is not being used to manage dependencies, install the gem by executing:
75+
76+
$ gem install rots
77+
6878
## No more mocks
6979

7080
Have you always wanted to test the authentication of an OpenID consumer implementation, but find your self

0 commit comments

Comments
 (0)