From f5fb5e7bd948a13566bc0f7d9d808417d6a24739 Mon Sep 17 00:00:00 2001 From: Clemens Fuchslocher Date: Sat, 26 Jul 2014 14:55:11 +0200 Subject: [PATCH] Fixed wget command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4058a..5b8fe5f 100644 --- a/README.md +++ b/README.md @@ -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.