Skip to content

Commit

Permalink
Fixing readme link. Clone from the public git address instead of the …
Browse files Browse the repository at this point in the history
…private one
  • Loading branch information
nhocki committed Dec 8, 2010
1 parent 3e5e525 commit bb4f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -4,7 +4,7 @@ Omniauth is a pretty simple solution if you want your users to authenticate usin
==Set up
I have tested this with rails 2.3.8. I guess it will work with 2.3.x versions as well. I am using bundler to manage the gems.
sudo gem install bundler
git clone git@github.com:madhums/omniauth-authlogic-demo.git
git clone git://github.com/madhums/omniauth-authlogic-demo.git
bundle install
rake db:migrate
script/server
Expand Down

0 comments on commit bb4f321

Please sign in to comment.