aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f52a173..92160a5 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,12 @@ in someplace like `/usr/local/bin` and make sure it is executable.
29It should run on any recent Linux, you'll need to have the following 29It should run on any recent Linux, you'll need to have the following
30installed - 30installed -
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
39Using it. 40Using it.