Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created January 14, 2017 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbabii/8698c6231ea9a573f2a4c87c7a3b0c81 to your computer and use it in GitHub Desktop.
Save vladbabii/8698c6231ea9a573f2a4c87c7a3b0c81 to your computer and use it in GitHub Desktop.
Install composer on Ubuntu Xenial
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
ln -s /usr/local/bin/composer /usr/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment