Update emerge command in README.

This commit is contained in:
Andrius Štikonas 2020-02-23 13:33:23 +00:00
parent 1093bb759f
commit 9390768e30
Signed by: andrius
GPG Key ID: E2E5CD054CB9CD3E
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ with ant-core:0 from the Gentoo tree.
## Bootstrapping OpenJDK 11
```sh
sudo emerge -a1v dev-java/openjdk:11
sudo emerge -a1v =dev-java/openjdk-11.0.5_p10
```
At this point you can remove this overlay and install OpenJDK from main tree:
```sh