From 51a1f067584f5ebd0556fc6a68542a37002577c7 Mon Sep 17 00:00:00 2001 From: IWriteThings Date: Mon, 31 Jul 2017 10:33:51 -0700 Subject: [PATCH] Update README.md Added instructions to install mysqltuner using brew. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c13621..fdd9be3 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,10 @@ If the database has too many tables, or very large table, use this: --skipsize Don't enumerate tables and their types/sizes (default: on) (Recommended for servers with many tables) +**Question: Can I install this project using homebrew on Apple Macintosh?** + +Yes! `brew install mysqltuner` can be used to install this application using [homebrew](https://brew.sh/) on Apple Macintosh. + MySQLTuner and Vagrant -- **MySQLTuner** contains following Vagrant configurations: