From 374ccf07246484eb7beb2cd87f3fc88396373ee1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 20 Aug 2021 03:12:49 -0400 Subject: More fixes. --- lux-python/commands.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lux-python/commands.md') 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 \ -- cgit v1.2.3