Skip to content

Instantly share code, notes, and snippets.

@mykebates
Created September 5, 2013 13:32
Show Gist options
  • Save mykebates/6450126 to your computer and use it in GitHub Desktop.
Save mykebates/6450126 to your computer and use it in GitHub Desktop.
Composer Install Globally
$ curl -sS https://getcomposer.org/installer | php
$ (sudo) 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