diff options
| author | Brendan G. Lim | 2010-08-28 23:53:00 -0500 | 
|---|---|---|
| committer | Brendan G. Lim | 2010-08-28 23:53:00 -0500 | 
| commit | 5875318580bb4ead209bd1a46999cf68431b94d7 (patch) | |
| tree | 4e0fad8dc9ee73defbbebaf4dbe15d77af26a789 /README.rdoc | |
| parent | b463b437f449803528a55aed2ec42ba3c155fd73 (diff) | |
| download | sms-fu-5875318580bb4ead209bd1a46999cf68431b94d7.tar.bz2 | |
README change
Diffstat (limited to 'README.rdoc')
| -rw-r--r-- | README.rdoc | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/README.rdoc b/README.rdoc index a5b6c4b..a852722 100644 --- a/README.rdoc +++ b/README.rdoc @@ -23,14 +23,18 @@ limitation.  Some carriers that need this include, Mobitel, Etisalat, T-Mobile (Netherlands),   etc. +== Requirements + +* SMS Fu requires that 'action_mailer' (>= 3.0.0rc2) and 'pony' (>= 1.0) are installed.   + +* If you require SMS Fu on an older version of ActionMailer, make sure to use the older plugin version of SMS Fu at http://github.com/brendanlim/sms-fu/tree/plugin +  == Setup Instructions  * Install sms_fu gem    sudo gem install sms_fu -* Make sure you have the 'action_mailer' (>= 3.0.0rc2) or 'pony' (>= 1.0) gem installed.  If you require SMS Fu on an older version of ActionMailer, make sure to use the older plugin version of this gem at: http://github.com/brendanlim/sms-fu/tree/plugin -  * Add sms_fu.yml to your config folder (Rails only)    http://github.com/brendanlim/sms-fu/blob/master/templates/sms_fu.yml | 
