Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Created June 6, 2020 18:00
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 hasinhayder/bd54b1d2b7f2f1d459f91c4fa67c00a1 to your computer and use it in GitHub Desktop.
Save hasinhayder/bd54b1d2b7f2f1d459f91c4fa67c00a1 to your computer and use it in GitHub Desktop.
Install WPCLI
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment