From 53aa678543bcbf8cc62698aa70b3e57609eb448d Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Wed, 25 Aug 2021 11:25:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1b95b6f..6a7bed4d1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Will be moved to **BUILDING.md** - Follow build instruction on build script [README.md](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch/blob/buildjre8/README.md). - You can also get [CI auto builds](https://github.com/PojavLauncherTeam/android-openjdk-build-multiarch/actions). - Either get `jre8-pojav` artifact from auto builds, or do splitting by yourself:
- - Get JREs for all of 4 supported architectures (arm, arm64, x86, x86_64)
+ - Get JREs for all of 4 supported architectures (arm, arm64, x86, x86_64)
- Split JRE into parts:
Platform-independent: .jar files, libraries, configs, etc...
Platform-dependent: .so files, etc...