aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--commands.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.md b/commands.md
index 90235dee2..2c2e6b4e8 100644
--- a/commands.md
+++ b/commands.md
@@ -182,6 +182,8 @@ cd ~/lux/lux-js/ && lein clean && lein lux auto build
```
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
+
+cd ~/lux/stdlib/target/ && node program.js
```
---