Skip to content

Instantly share code, notes, and snippets.

@rhapsodixx
Last active August 29, 2015 14:00
Show Gist options
  • Save rhapsodixx/11201873 to your computer and use it in GitHub Desktop.
Save rhapsodixx/11201873 to your computer and use it in GitHub Desktop.
Easy Way to Install Composer on Ubuntu
$ curl -s http://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer.phar
$ alias composer='/usr/local/bin/composer.phar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment