aboutsummaryrefslogtreecommitdiff
path: root/lux-python/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-08-20 03:12:49 -0400
committerEduardo Julian2021-08-20 03:12:49 -0400
commit374ccf07246484eb7beb2cd87f3fc88396373ee1 (patch)
tree4ed37fd579df1765dde6b57450f239844f7a07c1 /lux-python/commands.md
parentd772fe99d5d4990c6774481fb64d12280cdb6aae (diff)
More fixes.
Diffstat (limited to '')
-rw-r--r--lux-python/commands.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/lux-python/commands.md b/lux-python/commands.md
index 7ea35927c..2e816d319 100644
--- a/lux-python/commands.md
+++ b/lux-python/commands.md
@@ -32,6 +32,11 @@ cd ~/lux/lux-python/ \
# Try
```
+cd ~/lux/stdlib/ \
+&& lein clean \
+&& java -jar ~/lux/lux-python/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \
+&& python3 ~/lux/stdlib/target/program.py
+
## Compile Lux's Standard Library's tests using a JVM-based compiler.
cd ~/lux/stdlib/ \
&& lein clean \