aboutsummaryrefslogtreecommitdiff
path: root/lux-cl/commands.md
diff options
context:
space:
mode:
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
```