aboutsummaryrefslogtreecommitdiff
path: root/development/Fennel/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/Fennel/README')
-rw-r--r--development/Fennel/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/development/Fennel/README b/development/Fennel/README
index 06336bb959ef0..b1f9524572d30 100644
--- a/development/Fennel/README
+++ b/development/Fennel/README
@@ -9,11 +9,14 @@ and reach of Lua with the flexibility of a lisp syntax and macro system.
Anywhere you can run Lua code, you can run Fennel code.
-Optional Dependency:
-* lua52, lua53, luajit
+This require one version of Lua installed (lua, lua52, lua53, luajit):
Default support for all versions of Lua installed before build.
-After installation there is "fennel5.2", "fennel5.3" and "fenneljit" executable files for the
-equivalent versions of Lua installed.
+To specify which Lua versions:
+ LUAVER="vers"
+"vers" must be one or more of "5.1 5.2 5.3 jit" separated with space
+After installation there are one or more fennel executable files for the
+equivalent versions of Lua.
+Optional dependency:
* lua-readline
For history completion