Skip to content

Instantly share code, notes, and snippets.

@avxkim
Created March 16, 2018 11:55
Show Gist options
  • Save avxkim/35880e4f55d9f9fc9b5d01cfcc59eadd to your computer and use it in GitHub Desktop.
Save avxkim/35880e4f55d9f9fc9b5d01cfcc59eadd to your computer and use it in GitHub Desktop.
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