aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdlib/commands.md b/stdlib/commands.md
index a2329b8f0..27d476e1b 100644
--- a/stdlib/commands.md
+++ b/stdlib/commands.md
@@ -101,6 +101,11 @@ cd ~/lux/stdlib/ \
&& lein with-profile aedifex lux auto build
cd ~/lux/stdlib/ \
+&& lein clean \
+&& lein with-profile aedifex lux build \
+&& mv target/program.jar aedifex.jar
+
+cd ~/lux/stdlib/ \
&& lux clean \
&& lux with jvm with aedifex auto build