From 20cd748377f12c49eb8d16d6e08bbc958631bef8 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Fri, 4 Aug 2017 16:47:14 -0400 Subject: [PATCH] Add download link for JDK6 on MacOS to Readme.md (#1229) Reduce the barier to entry for working on Kotlin by providing a download link for the MacOS JDK6 in the ReadMe. --- ReadMe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index a623e985dba..2fdc9785a0f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -37,6 +37,8 @@ In order to build Kotlin distribution you need to have: JDK_17="path to JDK 1.7" JDK_18="path to JDK 1.8" +> Note: The JDK 6 for MacOS is not available on Oracle's site. You can [download it here](https://support.apple.com/kb/DL1572). + ## Building To build this project, first time you try to build you need to run this: