From ef430e54ce2fdae84273499526f408ca9c4c6ee4 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 25 Jun 2019 15:32:08 +1000 Subject: Some clean ups. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c338c93..d7952c1 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ The issue tracker is at [https://sledjhamr.org/mantisbt/project_page.php?project Installation. ------------- -Download the source. You may want to put the actual mirror-checker.lua -in someplace liku /usr/local/bin and make sure it is executable. +Download the source. You may want to put the mirror-checker.lua script +in someplace like `/usr/local/bin` and make sure it is executable. It should run on any recent Linux, you'll need to have the following installed - @@ -60,7 +60,7 @@ Which will print any errors. If you don't want to see errors - $ ./mirror-checker.lua -q -If you want to see warnings to (as usual, the more -v options, the more +If you want to see warnings as well (as usual, the more -v options, the more details) - $ ./mirror-checker.lua -v @@ -75,7 +75,7 @@ To run the tests on a specific mirror, for example pkgmaster.devuan.org - $ ./mirror-checker.lua pkgmaster.devuan.org -You can use the --tests option to tune which tests are run, for example +You can use the `--tests` option to tune which tests are run, for example to stop IPv6 tests, coz you don't have IPv6 - $ ./mirror-checker.lua --tests=-IPv6 @@ -84,7 +84,7 @@ To do the same, but not run the HTTPS tests either - $ ./mirror-checker.lua --tests=-IPv6,-https -To only run the http integrity tests, only on IPv6 - +To only run the HTTP integrity tests, only on IPv6 - $ ./mirror-checker.lua --tests=http,Integrity,IPv6 -- cgit v1.1