From c7c9b648043c96ff3e4111282252509f4c429093 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Fri, 11 Mar 2022 14:38:08 +0100 Subject: [PATCH] Adding AHA section for HTML generation Generating .html reports #448 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55f380c..4703f33 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ A basic example is called basic.html.j2 cat reports.json j2 -f json MySQLTuner-perl/templates/basic.html.j2 > variables.html or + perl mysqltuner.pl --verbose --json | j2 -f json MySQLTuner-perl/templates/basic.html.j2 > variables.html