aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
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
```
---