Skip to content

Commit 95d253d

Browse files
committed
Add info about the zipping procedure
1 parent 4e79d83 commit 95d253d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ sudo docker run -it -v <path on host, where the sources should be stored>:/build
2121
```
2222
./build.sh
2323
```
24-
6. If the build has successfully finished, JDK9 images are created in
25-
`/build/jdk9u/build/linux-arm-normal-client-release/images`.
26-
If you have mounted something to `/build`, you can also use
27-
`<path on host, where the sources should be stored>/jdk9u/build/linux-arm-normal-client-release/images`.
24+
6. Create the zipped images:
25+
```
26+
./zip.sh
27+
```
28+
7. If the build was successful, JDK9 packages were created in `/build/jre-ev3.zip` and `/build/jdk-ev3.zip`.
29+
If you have mounted `/build`, you can access the files from the host.

0 commit comments

Comments
 (0)