Last active
November 22, 2016 11:32
-
-
Save tarranjones/6c5b7308a2ff1fb142a4dcfc491f5146 to your computer and use it in GitHub Desktop.
cross platform Install for composer -requires bash, curl, git and php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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