Last active
August 12, 2016 02:36
-
-
Save mgttt/995d0e69a182be00c6c52f67a11c01cc to your computer and use it in GitHub Desktop.
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
#install | |
brew install android-platform-tools | |
brew install php70 --with-fpm | |
brew install php70-opcache | |
brew install php70-swoole | |
brew unlink php70 && brew link php70 | |
#uninstall / clean | |
sudo brew unlink php70 | |
sudo brew remove php70* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment