Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevenwaskey/b8926a28aa65f30f512bcf32103cae06 to your computer and use it in GitHub Desktop.
Save stevenwaskey/b8926a28aa65f30f512bcf32103cae06 to your computer and use it in GitHub Desktop.
Install composer globally from command line
sudo apt-get install curl php5-cli git
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment