From a27c55514bb3d9745c9b42576fb39f592bc8edf9 Mon Sep 17 00:00:00 2001 From: MaxLHy0424 <MaxLHy974413@outlook.com> Date: Mon, 7 Oct 2024 19:26:17 +0800 Subject: [PATCH] docs: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a62b7cc..ab2d3b5d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ 找到: ```dos -set bootItem.runtime=msvcrt +set bootItem.runtime=ucrt ``` 软件支持的 Runtime 如下: -- `msvcrt` (默认): 开发工具链为 *MSYS2* `mingw-w64-x86_64-toolchain`, Runtime 为老旧的 *Microsoft Visual C Runtime*, 支持大部分 Windows OS. -- `ucrt` (推荐): 开发工具链为 *MSYS2* `mingw-w64-ucrt-x86_64-toolchain`, Runtime 为新式的 *Universal C Runtime*, 支持 Windows 10 以上的 Windows OS (部分 Windows OS 在安装最新补丁后可以运行). +- `ucrt` (默认, 推荐): 开发工具链为 *MSYS2* `mingw-w64-ucrt-x86_64-toolchain`, Runtime 为新式的 *Universal C Runtime*, 支持 Windows 10 以上的 Windows OS (部分 Windows OS 在安装最新补丁后可以运行). +- `msvcrt`: 开发工具链为 *MSYS2* `mingw-w64-x86_64-toolchain`, Runtime 为老旧的 *Microsoft Visual C Runtime*, 支持大部分 Windows OS. 根据上述内容, 选择需要版本的对应字符串替换即可.