Skip to content

Commit

Permalink
Add download link for JDK6 on MacOS to Readme.md (#1229)
Browse files Browse the repository at this point in the history
Reduce the barier to entry for working on Kotlin by providing a
download link for the MacOS JDK6 in the ReadMe.
  • Loading branch information
JLLeitschuh authored and yole committed Aug 4, 2017
1 parent dbaec43 commit 20cd748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20cd748

Please sign in to comment.