From 3e17317f316c260785ef1737542ece4fac6672d3 Mon Sep 17 00:00:00 2001 From: Muhammad Hakim Asy'ari Date: Mon, 8 Feb 2021 20:41:38 +0700 Subject: [PATCH] Update steps to install JDK 6 on Mac OS (#4052) --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 8168a57e163..3649308040a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -59,8 +59,8 @@ You also can use [Gradle properties](https://docs.gradle.org/current/userguide/b Note: The JDK 6 for MacOS is not available on Oracle's site. You can install it by ```bash -$ brew tap caskroom/versions -$ brew cask install java6 +$ brew tap homebrew/cask-versions +$ brew install --cask java6 ``` On Windows you might need to add long paths setting to the repo: