Merge pull request #51 from vakuum/pr-1

Fixed wget command.
This commit is contained in:
Major Hayden 2014-07-28 07:10:02 -05:00
commit 7f1ea0b7d9

View file

@ -31,7 +31,7 @@ Download/Installation
You can download the entire repository by using 'git clone' followed by the cloning URL above. The simplest and shortest method is:
wget mysqltuner.pl
wget http://mysqltuner.pl/ -O mysqltuner.pl
perl mysqltuner.pl
Of course, you can add the execute bit (`chmod +x mysqltuner.pl`) so you can execute it without calling perl directly.