Created
March 16, 2018 11:55
-
-
Save avxkim/35880e4f55d9f9fc9b5d01cfcc59eadd to your computer and use it in GitHub Desktop.
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
sudo mv composer.phar /usr/local/bin/ | |
vi ~/.bash_profile | |
alias composer="php /usr/local/bin/composer.phar" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment