Skip to content

Instantly share code, notes, and snippets.

@shadyvb
Last active December 23, 2015 12:08
Show Gist options
  • Save shadyvb/6632925 to your computer and use it in GitHub Desktop.
Save shadyvb/6632925 to your computer and use it in GitHub Desktop.
wp-cli quick install
curl https://raw.github.com/wp-cli/wp-cli.github.com/master/installer.sh | bash
echo 'source $HOME/.wp-cli/vendor/wp-cli/wp-cli/utils/wp-completion.bash' | tee -a ~/.bash_profile
echo 'export PATH=$HOME/.wp-cli/bin:$PATH' | tee -a ~/.bash_profile
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment