Skip to content

Instantly share code, notes, and snippets.

View xitude's full-sized avatar
💭
This is where I'd put my pro status if I had one.. *dinkleberg*

Zac Grierson xitude

💭
This is where I'd put my pro status if I had one.. *dinkleberg*
View GitHub Profile
@xitude
xitude / Install composer on Amazon AMI running on EC2
Last active May 10, 2017 13:50 — forked from asugai/Install composer on Amazon AMI running on EC2
Install composer on Amazon AMI running on EC2
cd ~
sudo curl -sS https://getcomposer.org/installer | sudo php
sudo mv composer.phar /usr/local/bin/composer
sudo ln -s /usr/local/bin/composer /usr/bin/composer