Last active
November 17, 2015 23:51
-
-
Save dospuntocero/e0b233b63ab3373383d6 to your computer and use it in GitHub Desktop.
This file contains 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
nano ~/.bash_profile | |
alias phpmamp='/Applications/MAMP/bin/php/php5.4.10/bin/php' | |
curl -sS https://getcomposer.org/installer | phpmamp | |
sudo mv composer.phar /usr/local/bin/composer | |
composer | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment