diff --git a/README.rst b/README.rst index e7aa9d2a..ad2f8eb8 100755 --- a/README.rst +++ b/README.rst @@ -50,6 +50,10 @@ The following SMS gateways are currently available: Please note: for these gateways you will need an account with sufficient credits. +* CarrierSMS - + +CarrierSMS is free sms messaging using your Mobile Carrier's text messaging gateway. + Download -------- @@ -78,6 +82,10 @@ To be able to run an installation from the repo, you need to run the following c php composer.phar install +If you get "Fatal error: Uncaught exception 'PharException'..." run this and try again: + + curl -s http://getcomposer.org/installer | php + If you are familiar with Vagrant (https://www.vagrantup.com):: vagrant up