Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Created February 8, 2017 18:17
Show Gist options
  • Select an option

  • Save dibmartins/ed1606d95bb727b4b45d124f5c7e061d to your computer and use it in GitHub Desktop.

Select an option

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

ashley7 commented Nov 27, 2018

Copy link
Copy Markdown

This is helpful

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