Skip to content

Instantly share code, notes, and snippets.

@mattes
Created October 18, 2013 13:45
Show Gist options
  • Save mattes/7041760 to your computer and use it in GitHub Desktop.
Save mattes/7041760 to your computer and use it in GitHub Desktop.
Installing WP-CLI under Mac OS with Homebrew
#!/usr/bin/env
# curl https://gist.github.com/mattes/7041760/raw/wp-cli-install-with-brew.sh | bash
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew install wp-cli
@CatinhoCR
Copy link

This is deprecated now, just in case anyone else wanted to try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment