aboutsummaryrefslogtreecommitdiff
path: root/lux-cl/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-05-25 20:08:37 -0400
committerEduardo Julian2021-05-25 20:08:37 -0400
commit2466d4983c2d5ca46822f45cca863d07ce2b1ee0 (patch)
tree1036cd0a1785c18b48c2662f644309fb2724dccd /lux-cl/commands.md
parent2df8e4bc8c53a831f3cd8605707ca08d66cecb02 (diff)
Fix for pattern-matching register binding.
Diffstat (limited to 'lux-cl/commands.md')
-rw-r--r--lux-cl/commands.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/lux-cl/commands.md b/lux-cl/commands.md
index baefd65b7..892e90c1f 100644
--- a/lux-cl/commands.md
+++ b/lux-cl/commands.md
@@ -19,5 +19,8 @@ cd ~/lux/lux-cl/ \
## Try
```
-cd ~/lux/lux-cl/ && java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+## Compile Lux's Standard Library's tests using a JVM-based compiler.
+cd ~/lux/stdlib/ \
+&& lein clean \
+&& time java -jar ~/lux/lux-cl/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
```