Improve README

This commit is contained in:
2020-06-02 16:31:38 +02:00
parent 9c10a88a36
commit 70092efaf5

View File

@@ -10,6 +10,13 @@
- Extract zip. - Extract zip.
- Copy the contents to your `Git\mingw64\` merging the folders, but **do NOT overwrite/replace** any existing files. - 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 ### Run dockers
```bash ```bash
$ make run-docker $ make run-docker