diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 28d35ee..6614a85 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ language of the scripting system the bot uses, but this is mostly irrelevant. ## usage +requires [fennel](https://fennel-lang.org) (tested on version 1.0) running on +lua 5.4. + ``` $ fennel make-regex.fnl > regex.txt ``` |