From 70092efaf5c42508cdeee55d1e11ac8e5e222699 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Tue, 2 Jun 2020 16:31:38 +0200 Subject: [PATCH] Improve README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6ab0861..6da251c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ - Extract zip. - Copy the contents to your `Git\mingw64\` merging the folders, but **do NOT overwrite/replace** any existing files. +### Add JAVA_HOME path +In CMD (Not Powershell) +```cmd +$ setx -m JAVA_HOME "C:\Users\%USERNAME%\.jdks\corretto-11.0.7" +$ setx -m PATH "%PATH%;%JAVA_HOME%\bin"; +``` + ### Run dockers ```bash $ make run-docker