From bd5979d9bcbc902b8d798289839d802bb1b6159b Mon Sep 17 00:00:00 2001 From: Samuel Aquino Date: Mon, 4 Dec 2023 16:10:03 -0600 Subject: [PATCH] Update notes for release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3c72608c..e3646f339 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Before you can use the qpp-conversion-tool application, you must install and con ``` Sometimes the Java Runtime installer doesn't update your path. So you must do it manually. Alternatively, download and install - the [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (version `>= 1.8`). The JDK is + the [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (version `>= 11`). The JDK is better at updating your path. * [Maven](https://maven.apache.org) (version `>= 3.8.4`). @@ -70,7 +70,7 @@ directory. ```shell # Build the Docker image and run the container using docker-compose. -docker-compose -f ./docker-compose.test.yaml up +docker-compose -f ./docker-compose.test.yaml --build up ``` #### Invoking the Endpoint