Skip to content

Instantly share code, notes, and snippets.

@wturnerharris
Created March 28, 2017 15:32
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 wturnerharris/3ab1a4892ff3c709786c7b454dc07cd1 to your computer and use it in GitHub Desktop.
Save wturnerharris/3ab1a4892ff3c709786c7b454dc07cd1 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
wp --info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment