diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -27,16 +27,11 @@ in someplace liku /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 | 31 | * wget | |
32 | wget | 32 | * dig, part of BIND. On Debian based systems it'll be in the dnsutils package. |
33 | 33 | * LuaSocket, on Debian based systems it'll be in the lua-socket package. | |
34 | dig, part of BIND. On Debian based systems it'll be in the dnsutils | 34 | * ionice, on Debian based systems it'll be in the util-linux package. |
35 | package. | ||
36 | |||
37 | LuaSocket, on Debian based systems it'll be in the lua-socket package. | ||
38 | |||
39 | ionice, on Debian based systems it'll be in the util-linux package. | ||
40 | 35 | ||
41 | 36 | ||
42 | Using it. | 37 | Using it. |