Skip to content

Instantly share code, notes, and snippets.

@ar-android
Created November 5, 2017 04:03
Show Gist options
  • Save ar-android/412c283849cf2e1d2ca64bdb1ab9b49f to your computer and use it in GitHub Desktop.
Save ar-android/412c283849cf2e1d2ca64bdb1ab9b49f to your computer and use it in GitHub Desktop.
curl -s http://getcomposer.org/installer | php && \
echo "export PATH=${PATH}:/var/www/vendor/bin" >> ~/.bashrc && \
mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment