aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authoronefang2019-06-25 15:32:08 +1000
committeronefang2019-06-25 15:32:08 +1000
commitef430e54ce2fdae84273499526f408ca9c4c6ee4 (patch)
treea18149a225c0e7082ba11a0f28a2d4cf71ebfb7f /README.md
parentThe list should be .. a list. B-) (diff)
downloadapt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.zip
apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.gz
apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.bz2
apt-panopticon-ef430e54ce2fdae84273499526f408ca9c4c6ee4.tar.xz
Some clean ups.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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
21Installation. 21Installation.
22------------- 22-------------
23 23
24Download the source. You may want to put the actual mirror-checker.lua 24Download the source. You may want to put the mirror-checker.lua script
25in someplace liku /usr/local/bin and make sure it is executable. 25in someplace like `/usr/local/bin` and make sure it is executable.
26 26
27It should run on any recent Linux, you'll need to have the following 27It should run on any recent Linux, you'll need to have the following
28installed - 28installed -
@@ -60,7 +60,7 @@ Which will print any errors. If you don't want to see errors -
60 60
61 $ ./mirror-checker.lua -q 61 $ ./mirror-checker.lua -q
62 62
63If you want to see warnings to (as usual, the more -v options, the more 63If you want to see warnings as well (as usual, the more -v options, the more
64details) - 64details) -
65 65
66 $ ./mirror-checker.lua -v 66 $ ./mirror-checker.lua -v
@@ -75,7 +75,7 @@ To run the tests on a specific mirror, for example pkgmaster.devuan.org -
75 75
76 $ ./mirror-checker.lua pkgmaster.devuan.org 76 $ ./mirror-checker.lua pkgmaster.devuan.org
77 77
78You can use the --tests option to tune which tests are run, for example 78You can use the `--tests` option to tune which tests are run, for example
79to stop IPv6 tests, coz you don't have IPv6 - 79to stop IPv6 tests, coz you don't have IPv6 -
80 80
81 $ ./mirror-checker.lua --tests=-IPv6 81 $ ./mirror-checker.lua --tests=-IPv6
@@ -84,7 +84,7 @@ To do the same, but not run the HTTPS tests either -
84 84
85 $ ./mirror-checker.lua --tests=-IPv6,-https 85 $ ./mirror-checker.lua --tests=-IPv6,-https
86 86
87To only run the http integrity tests, only on IPv6 - 87To only run the HTTP integrity tests, only on IPv6 -
88 88
89 $ ./mirror-checker.lua --tests=http,Integrity,IPv6 89 $ ./mirror-checker.lua --tests=http,Integrity,IPv6
90 90