We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928bbaa commit c20ea63Copy full SHA for c20ea63
mac
@@ -18,6 +18,9 @@ echo "Installing Homebrew, a good OS X package manager ..."
18
echo "Installing Wget, because you'll need it ..."
19
brew install wget
20
21
+echo "Installing mysql, because you'll need it ..."
22
+ brew install mysql
23
+
24
echo "Installing HTMLdoc, to generate PDF out of HTML ..."
25
brew install htmldoc
26
0 commit comments