aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-06-01 00:51:05 -0400
committerEduardo Julian2021-06-01 00:51:05 -0400
commit26c22f6a8dccb41c41ff9f64ac1b7b2d5340baef (patch)
tree0210141e7ecfa86ed518714f148ed6e2f6b2de7f /commands.md
parentfa7ec67e8f34766aa81e1001de1d49401cde32fa (diff)
Updates for R compiler.
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 148ad9040..961d0220b 100644
--- a/commands.md
+++ b/commands.md
@@ -44,7 +44,7 @@ cd ~/lux/lux-bootstrapper/ && lein clean && lein install
## Run JBE
```
-cd ~/lux/jbe/ && ./jbe.sh
+cd ~/lux/jbe/bin/ && java ee.ioc.cs.jbe.browser.BrowserApplication
```
---