Skip to content

Instantly share code, notes, and snippets.

@chillbits-legacy
Created November 17, 2016 10:45
Show Gist options
  • Save chillbits-legacy/386c1a34269562993cbd6c36664c4be8 to your computer and use it in GitHub Desktop.
Save chillbits-legacy/386c1a34269562993cbd6c36664c4be8 to your computer and use it in GitHub Desktop.
Install wp-cli
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment