Skip to content

Commit c20ea63

Browse files
committed
add mysql
1 parent 928bbaa commit c20ea63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ echo "Installing Homebrew, a good OS X package manager ..."
1818
echo "Installing Wget, because you'll need it ..."
1919
brew install wget
2020

21+
echo "Installing mysql, because you'll need it ..."
22+
brew install mysql
23+
2124
echo "Installing HTMLdoc, to generate PDF out of HTML ..."
2225
brew install htmldoc
2326

0 commit comments

Comments
 (0)