Created
February 19, 2013 01:20
-
-
Save kalenjordan/4982293 to your computer and use it in GitHub Desktop.
This file contains 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
# Create the directory | |
cd ~ && mkdir bin | |
cd ~/bin | |
# Install composer | |
curl -s https://getcomposer.org/installer | php | |
# Clone the repo | |
git clone [email protected]:kjordan/magerun.git magerun | |
# Install magerun | |
cd magerun | |
php ~/bin/composer.phar install | |
# Add an alias | |
vi ~/.bash_profile | |
alias mr='php ~/bin/magerun/bin/n98-magerun $1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment