Skip to content

Commit

Permalink
Update README mentioning JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhelloworld committed Apr 30, 2016
1 parent edef1dd commit d9dbc9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -81,8 +81,9 @@ In addition to Frege code, the following commands are supported:
##How to run?##
1. Download Frege REPL archive from [releases](https://github.com/Frege/frege-repl/releases).
1. Extract the archive
1. Run the following command: (JRE 7 or above required)
`$ frege-repl-<version>/bin/frege-repl`
1. Run the following command: (JDK 8 or above required. Note that JDK is required, not just JRE as Frege is compiled to Java which is then compiled to byte code using the Java compiler available in the JDK)

$ frege-repl-<version>/bin/frege-repl
or if you want to customize JVM parameters:
`java -cp "frege-repl-<version>/lib/*" frege.repl.FregeRepl`
Expand Down

0 comments on commit d9dbc9b

Please sign in to comment.