Skip to content

Commit

Permalink
Update notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 committed Dec 4, 2023
1 parent 8164b19 commit bd5979d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd5979d

Please sign in to comment.