diff options
| author | onefang | 2019-06-25 15:39:17 +1000 |
|---|---|---|
| committer | onefang | 2019-06-25 15:39:17 +1000 |
| commit | 841d3849636a7342a332b5d2f6a9eaf18541c25f (patch) | |
| tree | 1f1f1da495d268f69e55107dce7943e694539a0f | |
| parent | Hopefully the last of the README tweaks. (diff) | |
| download | apt-panopticon-841d3849636a7342a332b5d2f6a9eaf18541c25f.zip apt-panopticon-841d3849636a7342a332b5d2f6a9eaf18541c25f.tar.gz apt-panopticon-841d3849636a7342a332b5d2f6a9eaf18541c25f.tar.bz2 apt-panopticon-841d3849636a7342a332b5d2f6a9eaf18541c25f.tar.xz | |
OK OK, so I'm a perfectionist. lol
Diffstat (limited to '')
| -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 - |
