Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Created April 6, 2020 21:13
Show Gist options
  • Save joshuafredrickson/b9fb921f9d481c35a1efbe930928adb6 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/b9fb921f9d481c35a1efbe930928adb6 to your computer and use it in GitHub Desktop.
Install latest wp-cli
mkdir $HOME/bin; wget -O $HOME/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x $HOME/bin/wp && echo "export PATH=$HOME/bin:$PATH" | tee -a $HOME/.bashrc && source $HOME/.bashrc; wp --info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment