Created
February 15, 2014 14:42
-
-
Save dompascal/9020181 to your computer and use it in GitHub Desktop.
Install - Composer gloablly on OSX.
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. Install composer in Terminal with curl -s getcomposer.org/installer | php -d detect_unicode=Off | |
2. Move composer to the bin directory so it can be used globally with 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