Created
April 6, 2020 21:13
-
-
Save joshuafredrickson/b9fb921f9d481c35a1efbe930928adb6 to your computer and use it in GitHub Desktop.
Install latest wp-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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