Skip to content

Commit 6638a4f

Browse files
LordHumphreytaowong
andauthored
fix: add liberica_native distribution & update readme (#10)
1. fix README spell error(librce->librca) 2. add liberica_native to shorname.lua Co-authored-by: taowong <tao6wong@gmail.com>
1 parent d6f4bb0 commit 6638a4f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Liberica is a 100% open-source Java implementation. It is built from OpenJDK whi
9191

9292

9393
```shell
94-
$ vfox install java x.y.z-librce
95-
$ vfox search java librce
94+
$ vfox install java x.y.z-librca
95+
$ vfox search java librca
9696
```
9797

9898
## Liberica NIK (Bellsoft)

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Liberica 是 100% 的开源 Java 实现。它由 BellSoft 参与开发的 OpenJD
108108
JCK。Liberica 的所有支持版本还包含 JavaFX。
109109

110110
```shell
111-
$ vfox install java x.y.z-librce
112-
$ vfox search java librce
111+
$ vfox install java x.y.z-librca
112+
$ vfox search java librca
113113
```
114114

115115
## Liberica NIK (Bellsoft)

lib/shortname.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ local short_name = {
88
["oracle"] = "oracle",
99
["kona"] = "kona",
1010
["librca"] = "liberica",
11+
["nik"] = "liberica_native",
1112
["mandrel"] = "mandrel",
1213
["ms"] = "microsoft",
1314
["sapmchn"] = "sap_machine",

0 commit comments

Comments
 (0)