Created
October 18, 2013 13:45
-
-
Save mattes/7041760 to your computer and use it in GitHub Desktop.
Installing WP-CLI under Mac OS with Homebrew
This file contains 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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is deprecated now, just in case anyone else wanted to try it.