Skip to content

Instantly share code, notes, and snippets.

@abhishekkhaware
Created July 9, 2016 17:17
Show Gist options
  • Save abhishekkhaware/907ec0c4af1b5b554df3d10f73504755 to your computer and use it in GitHub Desktop.
Save abhishekkhaware/907ec0c4af1b5b554df3d10f73504755 to your computer and use it in GitHub Desktop.
sudo apt-get update
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
export PATH="~/.composer/vendor/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment