aboutsummaryrefslogtreecommitdiff
path: root/compilers.md
diff options
context:
space:
mode:
Diffstat (limited to 'compilers.md')
-rw-r--r--compilers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilers.md b/compilers.md
index 14c8280f1..b99960dd4 100644
--- a/compilers.md
+++ b/compilers.md
@@ -208,7 +208,7 @@ cd ~/lux/lux-lua/ \
## Use Lua-based compiler to produce another Lua-based compiler.
cd ~/lux/lux-lua/ \
&& lein clean \
-&& time lua host_based_compiler.lua build --source ~/lux/lux-lua/source --target ~/lux/lux-lua/target --module program \
+&& time ~/lua-5.4.2/install/bin/lua host_based_compiler.lua build --source ~/lux/lux-lua/source --target ~/lux/lux-lua/target --module program \
&& mv target/program.lua lux.lua
```