Skip to content

Commit

Permalink
Merge pull request #22 from tibbon/master
Browse files Browse the repository at this point in the history
Updated documentation for installation. Thanks @tibbon
  • Loading branch information
safarista committed Apr 19, 2012
2 parents a6b5513 + 862da80 commit adf7834
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rdoc
Expand Up @@ -12,6 +12,14 @@ It's not bound to specific model names and plays nice with will_paginate.


= Setup = Setup


Since there is no .gemspec for this, you must specify '0.0.0' as version in your Gemfile to make it install properly:

gem 'simple-private-messages', '0.0.0', :git => 'git://github.com/jongilbraith/simple-private-messages.git'

Then run

bundle install

First create the private message model by running the simple_private_messages:model First create the private message model by running the simple_private_messages:model
generator, passing two parameters - the name you want to use for the Message generator, passing two parameters - the name you want to use for the Message
model and the name of the User model. model and the name of the User model.
Expand Down

0 comments on commit adf7834

Please sign in to comment.