Skip to content

Commit 6bd0a7a

Browse files
authored
Added command to switch to java 11
1 parent a395273 commit 6bd0a7a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.MD

+3-5
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ If you want to start instantly without installing any software, click the button
6969

7070
This project contains a maven wrapper, so you can run this project without installing maven. The documentation for this tutorial contains next to the default mvn command also the commands for the maven wrapper.
7171

72-
If you want to run this project with Java 8, you can get an older version with the git command below.
73-
And it is recommended to follow the instruction for that specific version, which is available at this [page](https://github.com/Hakky54/mutual-tls-ssl/tree/java-8-compatible)
74-
```bash
75-
git checkout tags/java-8-compatible
76-
```
72+
If you want to run this project with Java 8 or Java 11, you can get an older version with the git command below.
73+
- `git checkout tags/java-8-compatible`
74+
- `git checkout tags/java-11-compatible`
7775

7876
The server depends on the other components of the project, so run `mvn install` in the root directory first.
7977
```bash

0 commit comments

Comments
 (0)