Skip to content

Instantly share code, notes, and snippets.

@kferran
Last active August 29, 2015 13:56
Show Gist options
  • Save kferran/9212568 to your computer and use it in GitHub Desktop.
Save kferran/9212568 to your computer and use it in GitHub Desktop.
Install WP-CLI
git clone git://github.com/wp-cli/wp-cli.git /home/vagrant/wp-cli
cd /home/vagrant/wp-cli
composer install
# Link `wp` to the `/usr/local/bin` directory
sudo ln -sf /home/vagrant/wp-cli/bin/wp /usr/local/bin/wp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment