aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
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
```