From b6d37a7dccf90e6ef5b4bbb55d0a17434f9c0dc3 Mon Sep 17 00:00:00 2001 From: mrasong Date: Fri, 6 Jan 2023 09:49:01 +0800 Subject: [PATCH] update readme --- README.md | 11 ++++++----- README.zh_CN.md | 10 +++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e3afcf..a11f411 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ ### OS Version Tested -- macOS Ventura 13.x (直接使用 `config.plist`) -- macOS Monterey 12.x (使用 `config.Monterey.plist` 文件并重命名为 `config.plist`) +- macOS Ventura 13.x (Default `config.plist`) +- macOS Monterey 12.x (Replace `config.plist` with `config.Monterey.plist`) ### BIOS config @@ -26,9 +26,10 @@ **The latest version (after 0055) will make CFGLock.efi unable to work!!!** **How to update BIOS to the latest version `0059` ?** -1. Unlock CFG with `CFGLock` tool under BIOS `0055`, make sure the value of `CFG Lock` is `0` -2. Update BIOS to the latest verion `0059` -3. Enter `CFGLock`, Check whether the `CFG Lock` value is `0`, if it is, then you made it. +1. Unlock CFG with `CFGLock` tool under BIOS `0055`, make sure the value of `CFG Lock` is `0` +2. Update BIOS to the latest verion `0059` +3. Enter `CFGLock`, Check whether the `CFG Lock` value is `0`, if it is, then you made it. + BIOS version **FNCML357.0059(CFG Unlocked under 0055)** diff --git a/README.zh_CN.md b/README.zh_CN.md index 3eeb072..aaa64c8 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -17,8 +17,8 @@ ### 可安装系统 -- macOS Ventura 13.x (Default `config.plist`) -- macOS Monterey 12.x (Replace `config.plist` with `config.Monterey.plist`) +- macOS Ventura 13.x (直接使用 `config.plist`) +- macOS Monterey 12.x (使用 `config.Monterey.plist` 文件并重命名为 `config.plist`) ### BIOS 设置 @@ -26,9 +26,9 @@ **最新版本(0055以后)升级后会导致 `CFGLock.efi` 失效!!!** **怎样升级到最新版本 `0059`** -1. 在0055版本上解锁 `CFGLock`, 保证 `CFG Lock` 值为 `0` -2. 升级BIOS至最新版本 `0059` -3. 进入 `CFGLock` , 查看 `CFG Lock` 值是否为 `0`, 为 `0` 则可以正常使用. +1. 在0055版本上解锁 `CFGLock`, 保证 `CFG Lock` 值为 `0` +2. 升级BIOS至最新版本 `0059` +3. 进入 `CFGLock` , 查看 `CFG Lock` 值是否为 `0`, 为 `0` 则可以正常使用. BIOS version **FNCML357.0059(CFG Unlocked under 0055)** -- GitLab