From 8ad574f8b797fbcd21753c1544029eb1c565797e Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Wed, 25 Sep 2024 13:15:07 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 78a72b4..8c7f4b9 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,16 @@ Ruby OpenID Test Server (ROTS) is a dummy OpenID server that makes consumer test ROTS is a minimal implementation of an OpenID server, developed on top of the Rack middleware, this server provides an easy to use interface to make testing OpenID consumers really easy. +## Installation + +Install the gem and add to the application's Gemfile by executing: + + $ bundle add rots + +If bundler is not being used to manage dependencies, install the gem by executing: + + $ gem install rots + ## No more mocks Have you always wanted to test the authentication of an OpenID consumer implementation, but find your self