From 4482606ef0a477056da08c90b908591f9a1945b1 Mon Sep 17 00:00:00 2001 From: subframe7536 <1667077010@qq.com> Date: Sun, 5 Jan 2025 12:31:51 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1e09ea..f899398 100644 --- a/README.md +++ b/README.md @@ -151,13 +151,13 @@ Run `build.py` with `--apply-fea-file` flag, the feature file from [`source/feat ### Chinese version -Run `python build.py --cn`, the CN base fonts (about 135 MB) will download from GitHub. +Run `python build.py --cn`, the CN base fonts (about 130 MB) will download from GitHub. If you want to build CN base fonts from variable (about 35 MB), setup `"cn.use_static_base_font": false` in [config.json](./config.json) and **BE PATIENT**, instantiation will take about 40-50 minutes. -#### Notice +#### GitHub Mirror -The build script will auto download neccessory assets from GitHub. If you have trouble downloading, please setup `github_mirror` in `config.json` or `$GITHUB` to your environment variable. (Target URL will be `https://{github_mirror}///releases/download/{tag}/{file}`), or just download the target `.zip` file and put it in the same directory as `build.py`. +The build script will auto download neccessory assets from GitHub. If you have trouble downloading, please setup `github_mirror` in [config.json](./config.json) or `$GITHUB` to your environment variable. (Target URL will be `https://{github_mirror}///releases/download/{tag}/{file}`), or just download the target `.zip` file and put it in the same directory as `build.py`. ### Build Script Usage