Skip to content

Instantly share code, notes, and snippets.

@fvosberg
Created April 19, 2016 20:24
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fvosberg/4ab0eaad9453263235a67c9a382baaae to your computer and use it in GitHub Desktop.
Save fvosberg/4ab0eaad9453263235a67c9a382baaae to your computer and use it in GitHub Desktop.
Install composer oneliner for bash with curl
curl -sS https://getcomposer.org/installer | 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