From 2b909032e7a0bd10cd7db52067d2fb701bfa95e5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 6 Jul 2021 21:34:21 -0400 Subject: Simplified the API for file-system operations. --- lux-jvm/commands.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lux-jvm/commands.md') diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md index a54dc755f..325023dd6 100644 --- a/lux-jvm/commands.md +++ b/lux-jvm/commands.md @@ -34,11 +34,8 @@ cd ~/lux/stdlib/ \ ## Use new JVM compiler to compile tests for the Standard Library cd ~/lux/stdlib/ \ && lein clean \ -&& time java -jar ~/lux/lux-jvm/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux - -## Run tests for the Standard Library -cd ~/lux/stdlib/target/ \ -&& java -jar program.jar +&& java -jar ~/lux/lux-jvm/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \ +&& java -jar ~/lux/stdlib/target/program.jar ``` ## Deploy -- cgit v1.2.3