aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-07 04:16:47 -0400
committerEduardo Julian2022-03-07 04:16:47 -0400
commit2ac6926be617bf764c4c18a4f6fbba199f6be697 (patch)
treebf333813ecf54844e039815fc46fd97b125234f8 /lux-ruby/commands.md
parenta7fc50b1906fa97fb56d5ebe3d3fff7baee276da (diff)
Compilers for scripting languages now only depend on new JVM compiler.
Diffstat (limited to 'lux-ruby/commands.md')
-rw-r--r--lux-ruby/commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md
index 5f4a401e8..d998b0f84 100644
--- a/lux-ruby/commands.md
+++ b/lux-ruby/commands.md
@@ -10,8 +10,8 @@ cd ~/lux/lux-ruby/ && lein clean && lein lux auto test
```
## Develop
cd ~/lux/lux-ruby/ \
-&& lein clean \
-&& lein lux auto build
+&& lux clean \
+&& lux auto build
```
# Try