Update README.md
* Typos * Stylistic improvements
This commit is contained in:
parent
0a39c0c96e
commit
ebbddb7576
1 changed files with 3 additions and 11 deletions
14
README.md
14
README.md
|
@ -23,7 +23,7 @@ You can find more details on these indicators here:
|
||||||
MySQLTuner needs you
|
MySQLTuner needs you
|
||||||
===
|
===
|
||||||
|
|
||||||
**MySQLTuner** needs contributors for documentation, code and feedback..
|
**MySQLTuner** needs contributors for documentation, code and feedback:
|
||||||
|
|
||||||
* Please join us on issue track at [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
* Please join us on issue track at [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
||||||
* Contribution guide is available following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
* Contribution guide is available following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
||||||
|
@ -226,7 +226,7 @@ __Usage:__ Using template model to customize your reporting file based on [Text:
|
||||||
|
|
||||||
perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl
|
perl mysqltuner.pl --silent --reportfile /tmp/result_mysqltuner.txt --template=/tmp/mymodel.tmpl
|
||||||
|
|
||||||
__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for --reportfile and/or --template options because this module is needed to generate appropriated output based on a text template.
|
__Important__: [Text::Template](https://metacpan.org/pod/Text::Template) module is mandatory for `--reportfile` and/or `--template` options, because this module is needed to generate appropriate output based on a text template.
|
||||||
|
|
||||||
__Usage:__ Enable debugging information
|
__Usage:__ Enable debugging information
|
||||||
|
|
||||||
|
@ -385,7 +385,7 @@ To get information about stored credentials, use the following command:
|
||||||
|
|
||||||
**Question: It's not working on my OS! What gives?!**
|
**Question: It's not working on my OS! What gives?!**
|
||||||
|
|
||||||
These kinds of things are bound to happen. Here are the details I need from you in order to research the problem thoroughly:
|
These kinds of things are bound to happen. Here are the details I need from you to investigate the issue:
|
||||||
|
|
||||||
* OS and OS version
|
* OS and OS version
|
||||||
* Architecture (x86, x86_64, IA64, Commodore 64)
|
* Architecture (x86, x86_64, IA64, Commodore 64)
|
||||||
|
@ -493,14 +493,6 @@ MySQLTuner and Vagrant
|
||||||
d985820667c2 mysql:8.0 "docker-entrypoint.s…" 7 hours ago Up 7 hours 0.0.0.0:3306->3306/tcp, 33060/tcp mysql 8 0
|
d985820667c2 mysql:8.0 "docker-entrypoint.s…" 7 hours ago Up 7 hours 0.0.0.0:3306->3306/tcp, 33060/tcp mysql 8 0
|
||||||
|
|
||||||
|
|
||||||
MySQLTuner needs you
|
|
||||||
--
|
|
||||||
**MySQLTuner** needs contributors for documentation, code and feedback..
|
|
||||||
|
|
||||||
* Please join us on issue track at [GitHub tracker](https://github.com/major/MySQLTuner-perl/issues).
|
|
||||||
* Contribution guide is available following [MySQLTuner contributing guide](https://github.com/major/MySQLTuner-perl/blob/master/CONTRIBUTING.md)
|
|
||||||
* Star **MySQLTuner project** at [MySQLTuner Git Hub Project](https://github.com/major/MySQLTuner-perl)
|
|
||||||
|
|
||||||
Contributions welcome !
|
Contributions welcome !
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue