Mention where to get a tarball

This commit is contained in:
Synchro 2013-04-02 18:45:25 +02:00
parent c82f0a7620
commit 1ebcb2fd78
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ software availability and distribution.
## Installation
PHPMailer is available via [Composer/Packagist](https://packagist.org/packages/phpmailer/phpmailer). Alternatively, just copy the contents of the PHPMailer folder into somewhere that's in your PHP `include_path` setting.
PHPMailer is available via [Composer/Packagist](https://packagist.org/packages/phpmailer/phpmailer). Alternatively, just copy the contents of the PHPMailer folder into somewhere that's in your PHP `include_path` setting. If you don't speak git or just want a tarball, click the 'zip' button at the top of the page in GitHub.
## A Simple Example