aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2020-07-07 00:43:36 -0400
committerEduardo Julian2020-07-07 00:43:36 -0400
commit509259d91b07bce77864cf10123ce428461a3092 (patch)
treefb698ebe86e101a33cb350d2d6ea878a723c11f8 /commands.md
parent5e45337f2829376a552d4ff26121125c135aa2b7 (diff)
Various bug fixes for JS compilation.
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.md b/commands.md
index a1f3aea00..edfd16b66 100644
--- a/commands.md
+++ b/commands.md
@@ -181,7 +181,7 @@ cd ~/lux/lux-js/ && lein clean && lein lux auto build
## Try
```
-cd ~/lux/lux-js/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
+cd ~/lux/stdlib/ && lein clean && cd ~/lux/lux-js/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
```
---