Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit f862220

Browse files
committed
Readme file updates
1 parent 3b1743c commit f862220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This repository is incubating a new buffer API proposed for Netty 5.
77
Short version: just run `make`.
88

99
The project currently relies on snapshot versions of the [Panama Foreign](https://github.com/openjdk/panama-foreign) fork of OpenJDK.
10-
This allows us to test out the must recent version of the `jdk.incubator.foreign` APIs, but also make building and local development more involved.
10+
This allows us to test out the most recent version of the `jdk.incubator.foreign` APIs, but also make building, and local development more involved.
1111
To simplify things, we have a Docker based build, controlled via a Makefile with the following commands:
1212

1313
* `image` – build the docker image. This includes building a snapshot of OpenJDK, and download all relevant Maven dependencies.
1414
* `test` – run all tests in a docker container. This implies `image`. The container is automatically deleted afterwards.
1515
* `dbg` – drop into a shell in the build container, without running the build itself. The debugging container is not deleted afterwards.
16-
* `clean`remote the debugging container created by `dbg`.
16+
* `clean`remove the leftover containers created by `dbg`, `test`, and `build`.
1717
* `build` – build binaries and run all tests in a container, and copy the `target` directory out of the container afterwards. This is the default build target.

0 commit comments

Comments
 (0)