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