aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/commands.md')
-rw-r--r--lux-jvm/commands.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md
index 325023dd6..2dd7cb2f5 100644
--- a/lux-jvm/commands.md
+++ b/lux-jvm/commands.md
@@ -1,12 +1,10 @@
-# JVM compiler
-
-## Test
+# Test
```
cd ~/lux/lux-jvm/ && lein clean && lein lux auto test
```
-## Build
+# Build
```
## Use bootstrapping compiler to build new JVM compiler
@@ -15,13 +13,13 @@ cd ~/lux/lux-jvm/ \
&& lein lux auto build
```
-## REPL
+# REPL
```
cd ~/lux/lux-jvm/ && java -jar target/program.jar repl --source ~/lux/stdlib/source --target ~/lux/stdlib/target
```
-## Try
+# Try
```
cd ~/lux/lux-jvm/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
@@ -38,7 +36,7 @@ cd ~/lux/stdlib/ \
&& java -jar ~/lux/stdlib/target/program.jar
```
-## Deploy
+# Deploy
```
cd ~/lux/lux-jvm/ \