Skip to content

Instantly share code, notes, and snippets.

@jbalzar
Last active April 23, 2016 05:51
Show Gist options
  • Save jbalzar/9586b5559d48ef1d2b57 to your computer and use it in GitHub Desktop.
Save jbalzar/9586b5559d48ef1d2b57 to your computer and use it in GitHub Desktop.
Install composer on ubuntu
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