aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-08 22:20:54 -0400
committerEduardo Julian2021-11-08 22:20:54 -0400
commit1b110d177a8bc12776a6d24bd6d3f693abe5ba2a (patch)
treec3e4bccc752504fb5bc19b14f3c003d88f66d77a /stdlib/commands.md
parent651c7afff45f7f6c6b16d873d699ef0f7c890246 (diff)
Added the carriage return for better Windows compatibility.
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md4
1 files changed, 2 insertions, 2 deletions
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
```