Skip to content

Commit

Permalink
Default to 'dev' version for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Dec 2, 2016
1 parent 6ed3e74 commit d0b00ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ Download latest Java REPL release from [GitHub](https://github.com/albertlatacz/


```
$ java -jar javarepl-VERSION.jar
$ java -jar javarepl-SOME_VERSION.jar
```

If this doesn't work try to run pointing directly to *java* executable within JDK, like so


```
$ <PATH_TO_JDK>/bin/java -jar javarepl.jar
$ <PATH_TO_JDK>/bin/java -jar javarepl-SOME_VERSION.jar
```


Expand Down

0 comments on commit d0b00ab

Please sign in to comment.