From 9390768e30675a0b2c9b14561216b40eae0f3f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 23 Feb 2020 13:33:23 +0000 Subject: [PATCH] Update emerge command in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e074509..7daa573 100644 --- a/README.md +++ b/README.md @@ -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