Shortest way to install WP-CLI
That's the shortest way I know to install the WordPress shell extension WP-CLI:
curl https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar /usr/local/bin/wp chmod +x /usr/local/bin/wp
Is there an even shorter way?
Note: I use Ubuntu 16.04.
Topic wp-cli command-line linux Wordpress
Category Web