Skip to content

Commit 9aaf4a4

Browse files
authored
Update README.md
1 parent 8b73c17 commit 9aaf4a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It is also available on DockerHub (https://hub.docker.com/r/aammar/nano-java) fo
3535

3636
If you do not have Docker or if it is an overhead for your use case, you can bundle nanojava library as a standalone jar file.
3737

38-
1. Make sure that JDK 8 and Maven 3.x are installed and ready to go
38+
1. Make sure that JDK 11 and Maven 3.x are installed and ready to go
3939

4040
2. Clone the current repository
4141

@@ -53,11 +53,11 @@ If you do not have Docker or if it is an overhead for your use case, you can bun
5353

5454
4. Now, you will have the standalone jar file in the "target" folder named:
5555

56-
nanojava-1.2.0-SNAPSHOT-jar-with-dependencies.jar
56+
nanojava-2.0.4-SNAPSHOT-jar-with-dependencies.jar
5757

5858
5. The JAR file is used in the same way as the Docker image in the "Usage" section with replacing:
5959

60-
"docker run" with "java -jar nanojava-1.2.0-SNAPSHOT-jar-with-dependencies.jar"
60+
"docker run" with "java -jar nanojava-2.0.4-SNAPSHOT-jar-with-dependencies.jar"
6161

6262
and make sure you provide the absolute paths for your files in this case.
6363

0 commit comments

Comments
 (0)