Skip to content

Instantly share code, notes, and snippets.

@mrl22
Created August 3, 2022 13:21
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 mrl22/83e50a6036449768787fb886f46cbd46 to your computer and use it in GitHub Desktop.
Save mrl22/83e50a6036449768787fb886f46cbd46 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