diff options
author | equa <equaa@protonmail.com> | 2021-12-25 17:20:11 -0600 |
---|---|---|
committer | equa <equaa@protonmail.com> | 2021-12-25 17:20:11 -0600 |
commit | 29897f7ae82d359e8e72989529abf121dcb11c13 (patch) | |
tree | cf514d773b6aa321a14c227587ee39bf7260dab0 | |
parent | 7487469113eed2daea6c46d2dc50818f4cd62951 (diff) |
requirements
-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 ``` |