Skip to content

Instantly share code, notes, and snippets.

@dospuntocero
Last active November 17, 2015 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dospuntocero/e0b233b63ab3373383d6 to your computer and use it in GitHub Desktop.
Save dospuntocero/e0b233b63ab3373383d6 to your computer and use it in GitHub Desktop.
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