From 3dfc027ffebbfb7498c621c7bac6d2b4736e03a8 Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Wed, 4 Jun 2014 23:42:29 +0100 Subject: [PATCH] show Gemfile line for plugin itself --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4480720c6c..7a7345ecb0 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ Adds support for easy integration of OmniAuth strategy providers as a means to a ## Dependencies -This plugin depends on the OpenProject Plugins Plugin, so insert it into your `Gemfile.plugins`: +This plugin depends on the OpenProject Plugins plugin, so insert it into your `Gemfile.plugins` before the auth_plugins plugin itself: gem "openproject-plugins", :git => "git@github.com:opf/openproject-plugins.git", :branch => "dev" ## Usage + gem "openproject-auth_plugins", :git => 'git@github.com:finnlabs/openproject-auth_plugins, :branch => "dev" + You can use this plugin to make an authentication plugin out of an ordinary OpenProject plugin. The first step is to [generate a new plugin](https://github.com/opf/openproject-plugins#generator) using the Plugins plugin. Once you have done that it only takes a few additions to make it an authentication plugin.