Skip to content

Commit 317f914

Browse files
docs: update brew installation instructions
Co-authored-by: Javier Ferrer <[email protected]>
1 parent 3043753 commit 317f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a repository intended to serve as a starting point if you want to bootst
1414

1515
## 🏁 How To Start
1616

17-
1. Install Java 17: `brew cask install corretto` or download it [here](https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html)
17+
1. Install Java 17: `brew install corretto` or download it [here](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)
1818
2. Set it as your default JVM: `export JAVA_HOME='/Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home'`
1919
3. Clone this repository: `git clone https://github.com/CodelyTV/java-basic-skeleton`.
2020
4. Execute some [Gradle lifecycle tasks](https://docs.gradle.org/current/userguide/java_plugin.html#lifecycle_tasks) in order to check everything is OK:

0 commit comments

Comments
 (0)