# Installing WordPress CLI
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
mv wp-cli.phar /usr/local/bin/wp
# Installing WordPress Bash Completions
curl -O https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash
chmod +x wp-completion.bash
mv wp-completion.bash /usr/local/etc/bash_completion.d
Created
January 24, 2015 17:44
-
-
Save vitorbritto/ec679deaf41eae5fad93 to your computer and use it in GitHub Desktop.
Install WordPress CLI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment