Skip to content

Instantly share code, notes, and snippets.

@jpetitcolas
Created July 15, 2013 18:03
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 jpetitcolas/6002035 to your computer and use it in GitHub Desktop.
Save jpetitcolas/6002035 to your computer and use it in GitHub Desktop.
Install Composer in /usr/local/bin
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/
sudo ln -s /usr/local/bin/composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment