aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/commands.md')
-rw-r--r--lux-ruby/commands.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md
index 62cb5f451..5f4a401e8 100644
--- a/lux-ruby/commands.md
+++ b/lux-ruby/commands.md
@@ -12,12 +12,6 @@ cd ~/lux/lux-ruby/ && lein clean && lein lux auto test
cd ~/lux/lux-ruby/ \
&& lein clean \
&& lein lux auto build
-
-## Build JVM-based compiler
-cd ~/lux/lux-ruby/ \
-&& lein clean \
-&& lein lux build \
-&& mv target/program.jar jvm_based_compiler.jar
```
# Try
@@ -27,7 +21,7 @@ cd ~/lux/lux-ruby/ \
cd ~/lux/stdlib/ \
&& lein clean \
&& java -jar ~/lux/lux-ruby/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \
-&& RUBY_THREAD_VM_STACK_SIZE=15700000 ruby ~/lux/stdlib/target/program.rb
+&& RUBY_THREAD_VM_STACK_SIZE=15700000 ruby ~/lux/stdlib/target/program/main.rb
```
# Deploy