Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Created January 31, 2022 22:13
Show Gist options
  • Save joshuafredrickson/5c5ae67dd53fda1c2722dbc6bbe2a928 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/5c5ae67dd53fda1c2722dbc6bbe2a928 to your computer and use it in GitHub Desktop.
Install wp-cli on shared hosting
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
mkdir ~/bin
mv wp-cli.phar ~/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment