Created
March 31, 2015 11:00
-
-
Save zmiftah/8f6f21b8e1afdc536bd7 to your computer and use it in GitHub Desktop.
How to Install Composer on Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download curl -sS https://getcomposer.org/installer | php | |
2. Install https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx | |
- mv composer.phar /usr/local/bin/composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment