diff options
author | Jason A. Donenfeld | 2014-01-13 14:18:51 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-01-14 02:00:07 +0100 |
commit | f43b228d0bca5791be98ff3fbb2f8743219635b6 (patch) | |
tree | 2200619d48fd24f5e809736ff94c84a57da4481f /README | |
parent | filter: basic write hooking infrastructure (diff) | |
download | cgit-f43b228d0bca5791be98ff3fbb2f8743219635b6.tar.gz cgit-f43b228d0bca5791be98ff3fbb2f8743219635b6.zip |
filter: add lua support
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index e1d5262..d79cd43 100644 --- a/README +++ b/README | |||
@@ -38,6 +38,7 @@ Dependencies | |||
38 | * libzip | 38 | * libzip |
39 | * libcrypto (OpenSSL) | 39 | * libcrypto (OpenSSL) |
40 | * libssl (OpenSSL) | 40 | * libssl (OpenSSL) |
41 | * optional: luajit or lua | ||
41 | 42 | ||
42 | Apache configuration | 43 | Apache configuration |
43 | -------------------- | 44 | -------------------- |