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.

Revisions

  1. Alexander Kim revised this gist Mar 16, 2018. No changes.
  2. Alexander Kim created this gist Mar 16, 2018.
    3 changes: 3 additions & 0 deletions composer.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    sudo mv composer.phar /usr/local/bin/
    vi ~/.bash_profile
    alias composer="php /usr/local/bin/composer.phar"