Skip to content

Instantly share code, notes, and snippets.

@rauluranga
Created August 22, 2014 01:31
Show Gist options
  • Save rauluranga/58b415b281d7f05d6a69 to your computer and use it in GitHub Desktop.
Save rauluranga/58b415b281d7f05d6a69 to your computer and use it in GitHub Desktop.
Ubuntu Composer install
$ curl -sS https://getcomposer.org/installer | php
$ 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