Skip to content

Instantly share code, notes, and snippets.

@kalenjordan
Created February 19, 2013 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalenjordan/4982293 to your computer and use it in GitHub Desktop.
Save kalenjordan/4982293 to your computer and use it in GitHub Desktop.
# Create the directory
cd ~ && mkdir bin
cd ~/bin
# Install composer
curl -s https://getcomposer.org/installer | php
# Clone the repo
git clone git@bitbucket.org: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