Merge pull request #128 from Lewiscowles1986/patch-1

Debian / Ubuntu installation NB added!
This commit is contained in:
Robert Hafner 2015-06-06 22:44:56 -07:00
commit fe3c91d471

View File

@ -10,6 +10,10 @@ and IMAP protocols.
## Installing
> N.b. A note on Ubuntu 14.04 (probably other Debian-based / Apt managed systems), the install of php5-imap does not enable the extension for CLI (possibly others as well), which can cause composer to report fetch requires ext-imap
```
sudo ln -s /etc/php5/mods-available/imap.ini /etc/php5/cli/conf.d/30-imap.ini
```
### Composer