Skip to content

Commit

Permalink
Merge branch 'main' into raise_exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Nov 10, 2023
2 parents 97b5f67 + 84a2845 commit 5dcd75d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ are true about you or your requirements, then you might want to give Dry a try:
1. Install [Java](https://www.java.com/en/), if you haven't already.
1. Since Dry is a Scala application, it is compiled to Java bytecode. This means you can
run the Jar file you downloaded in the previous section the same way you run any Java
Jar application, using the `java -jar` command.
Jar application, using the `java -jar` command. Note however that **Dry programs are not
compiled to Java bytecode**, only Dry (the interpreter) itself is.

Go to the downloaded jar's directory and enter the following:

Expand Down

0 comments on commit 5dcd75d

Please sign in to comment.