diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,7 +27,7 @@ in someplace like `/usr/local/bin` and make sure it is executable. | |||
27 | It should run on any recent Linux, you'll need to have the following | 27 | It should run on any recent Linux, you'll need to have the following |
28 | installed - | 28 | installed - |
29 | 29 | ||
30 | * Luajit | 30 | * luajit |
31 | * wget | 31 | * wget |
32 | * dig, part of BIND. On Debian based systems it'll be in the dnsutils package. | 32 | * dig, part of BIND. On Debian based systems it'll be in the dnsutils package. |
33 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | 33 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. |
@@ -39,9 +39,9 @@ Using it. | |||
39 | 39 | ||
40 | These examples assume you are running it from the source code directory. | 40 | These examples assume you are running it from the source code directory. |
41 | A directory will be created called `results`, it'll be full of log files | 41 | A directory will be created called `results`, it'll be full of log files |
42 | and any files that get downloaded. There will also be `results/email` and | 42 | and any files that get downloaded. There will also be `results/email` |
43 | `results/web` directories, with the notification email and web pages with | 43 | and `results/web` directories, with the notification emails and web pages |
44 | the easy to read emails (once I write that bit). | 44 | (once I write that bit). |
45 | 45 | ||
46 | Note that unlike typical commands, you can't run single character options | 46 | Note that unlike typical commands, you can't run single character options |
47 | together, so this is wrong - | 47 | together, so this is wrong - |