diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -29,11 +29,12 @@ in someplace like `/usr/local/bin` and make sure it is executable. | |||
29 | It should run on any recent Linux, you'll need to have the following | 29 | It should run on any recent Linux, you'll need to have the following |
30 | installed - | 30 | installed - |
31 | 31 | ||
32 | * luajit | ||
33 | * wget | ||
34 | * 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. |
35 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | 33 | * flock, on Debian based systems it'll be in the util-linux package. |
36 | * ionice, on Debian based systems it'll be in the util-linux package. | 34 | * ionice, on Debian based systems it'll be in the util-linux package. |
35 | * luajit | ||
36 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | ||
37 | * wget | ||
37 | 38 | ||
38 | 39 | ||
39 | Using it. | 40 | Using it. |