aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2020-06-09 23:57:50 -0400
committerEduardo Julian2020-06-09 23:57:50 -0400
commitbbb6356a4a4f853dc48a54f1668c6712f0ef659f (patch)
tree3e76d2035813e6052c67b8be0debf85a107a77a3 /commands.md
parentcbb6e6bef6a2f0be421e54295c8ee2916b6d13b7 (diff)
Basic pattern-matching optimizations.
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.md b/commands.md
index 2108bb873..acb180eef 100644
--- a/commands.md
+++ b/commands.md
@@ -26,7 +26,7 @@ cd ~/lux/lux-scheme/ && lein clean
# Read generated bytecode
```
-cd ~/lux/luxc/jbe/ && ./jbe.sh
+cd ~/lux/jbe/ && ./jbe.sh
```
---
@@ -42,7 +42,7 @@ cd ~/lux/luxc/ && lein clean && lein install
## Run JBE
```
-cd ~/lux/luxc/jbe/ && ./jbe.sh
+cd ~/lux/jbe/ && ./jbe.sh
```
---