Update SharedHostInstall.md

This commit is contained in:
Travis Swientek 2013-09-12 13:02:53 -07:00
parent 70e720737c
commit ef0c1b856a

View File

@ -8,8 +8,7 @@ Installation
------------ ------------
Linux / Mac OSX: Linux / Mac OSX:
*PHP is typically installed by default, consult your distribution documentation. *PHP is typically installed by default, consult your distribution documentation. Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).*
Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).*
1. curl -sS https://getcomposer.org/installer | php 1. curl -sS https://getcomposer.org/installer | php
2. php composer.phar require mailgun/mailgun-php:~1.2 2. php composer.phar require mailgun/mailgun-php:~1.2
@ -18,8 +17,7 @@ Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#insta
Windows: Windows:
*PHP must be installed on your computer, [download](http://windows.php.net/download/0)* *PHP must be installed on your computer, [download](http://windows.php.net/download/0). Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-windows).*
Instructions from [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-windows).
1. Download and run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe). 1. Download and run [Composer-Setup.exe](https://getcomposer.org/Composer-Setup.exe).
2. Open a Command Prompt and type "php composer require mailgun/mailgun-php:~1.2". 2. Open a Command Prompt and type "php composer require mailgun/mailgun-php:~1.2".