From 1b110d177a8bc12776a6d24bd6d3f693abe5ba2a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Nov 2021 22:20:54 -0400 Subject: Added the carriage return for better Windows compatibility. --- stdlib/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index a49441d93..37241c077 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -107,11 +107,11 @@ cd ~/lux/stdlib/ \ cd ~/lux/stdlib/ \ && lux clean \ -&& lux with jvm with aedifex auto build +&& lux with aedifex auto build cd ~/lux/stdlib/ \ && lux clean \ -&& lux with jvm with aedifex build \ +&& lux with aedifex build \ && mv target/program.jar aedifex.jar ``` -- cgit v1.2.3