Skip to content

Commit 7562e56

Browse files
committed
Minor CONTRIBUTING.adoc edits
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 18e4cb0 commit 7562e56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ It needs JDK 11 installed in your system.
2929
Recommendation is to do it via https://sdkman.io/install[SDKMAN].
3030
After you install SDKMAN,
3131
run `sdk list java` -> Pick Identifier for your favorite java distribution -> Run `sdk install java <Identifier-you-picked>`
32-
to install Java.
32+
to install Java. For example:
33+
34+
[source,bash]
35+
----
36+
sdk install java 11.0.22-tem
37+
----
3338

3439
=== Build with Gradle
3540

0 commit comments

Comments
 (0)