From 62934cdc9c0259b1de51eb89e8151b3150dbcf54 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 21 Apr 2013 00:37:50 -0400 Subject: [PATCH] Include Gemfile entry for installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44a6d5f..6247548 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ devise-kerberos-authenticatable is a Devise exenstion that can be used to authen Modify your /etc/krb5.conf file as necessary to authenticate against your Kerberos server. ###Rails Setup +* Update your gemfile + +```gem 'devise-kerberos-authenticatable', :git => 'git://github.com/atomaka/devise-kerberos-authenticatable.git'``` * Edit config/initializers/devise.rb to use a username instead of email for login. ```config.authentication_keys = [ :username ]```