Skip to content

Instantly share code, notes, and snippets.

@tarranjones
Last active November 22, 2016 11:32
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 tarranjones/6c5b7308a2ff1fb142a4dcfc491f5146 to your computer and use it in GitHub Desktop.
Save tarranjones/6c5b7308a2ff1fb142a4dcfc491f5146 to your computer and use it in GitHub Desktop.
cross platform Install for composer -requires bash, curl, git and php
# for name in {bash,curl,git,php} ; do which $name ; done
mkdir -p /usr/local/bin
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