Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Created February 8, 2017 18:17
Show Gist options
  • Save dibmartins/ed1606d95bb727b4b45d124f5c7e061d to your computer and use it in GitHub Desktop.
Save dibmartins/ed1606d95bb727b4b45d124f5c7e061d to your computer and use it in GitHub Desktop.
install-composer-ubuntu
sudo apt-get update
sudo apt-get install curl
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
@ashley7
Copy link

ashley7 commented Nov 27, 2018

This is helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment