Merge pull request #422 from BarbzYHOOL/patch-1

README: fix typo
This commit is contained in:
Jean-Marie Renouard 2019-01-08 17:06:31 +01:00 committed by GitHub
commit b6f985d995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,9 +82,11 @@ Choose one of these methods:
1) Script direct download (the simplest and shortest method): 1) Script direct download (the simplest and shortest method):
wget http://mysqltuner.pl/ -O mysqltuner.pl ```
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt wget http://mysqltuner.pl/ -O mysqltuner.pl
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/basic_passwords.txt -O basic_passwords.txt
wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/vulnerabilities.csv -O vulnerabilities.csv
```
2) You can download the entire repository by using `git clone` or `git clone --depth 1 -b master` followed by the cloning URL above. 2) You can download the entire repository by using `git clone` or `git clone --depth 1 -b master` followed by the cloning URL above.