From 98fba44147346cccc274d6eb4cc0af6df87c5815 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 23 Jan 2023 21:34:22 +0100 Subject: [PATCH] mention lua in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03829db..1cf6d36 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,9 @@ Requirements for pgsql (optional) Requirements for python (optional) * Python 3.6+ +Requirements for lua support (optional) +* Lua 5.4+ + Normal compilation and installation: ``` @@ -87,6 +90,7 @@ $ make If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running **_make_**. +* LUA=1 (compiles in LUA support) * ACME=1 (compiles in ACME support) * CURL=1 (compiles in asynchronous curl support) * TASKS=1 (compiles in task support)