Last active
October 12, 2018 13:30
-
-
Save ercanertan/5f434e6ff26e05faa32726bc2cab56f9 to your computer and use it in GitHub Desktop.
MacOSX Preparation
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 | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
Install Mysql | |
brew install [email protected] | |
brew services start [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment