aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lua/commands.md')
-rw-r--r--lux-lua/commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lua/commands.md b/lux-lua/commands.md
index 6ba400775..08fb948a1 100644
--- a/lux-lua/commands.md
+++ b/lux-lua/commands.md
@@ -11,8 +11,8 @@ cd ~/lux/lux-lua/ && lein clean && lein lux auto test
## Develop
## NOTE: Must set lux/control/concurrency/thread.parallelism = 1 before compiling to make sure Rembulan doesn't cause trouble.
cd ~/lux/lux-lua/ \
-&& lein clean \
-&& lein lux auto build
+&& lux clean \
+&& lux auto build
```
# Try