From 5ac6e00a5a448399df3c101825244c5fe665dc96 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Mon, 26 Jul 2021 00:02:57 +0800 Subject: [PATCH] update README.zh.md Signed-off-by: BigfootACA --- README.zh.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index c0626e8..88fab71 100644 --- a/README.zh.md +++ b/README.zh.md @@ -67,12 +67,18 @@ git clone https://hub.fastgit.org/edk2-porting/edk2-sdm845.git --depth=1 cd edk2-sdm845 ``` -2.编译此项目(默认使用fastgit加速submodule克隆,若不需要请删去 `--chinese`) +2.1 编译此项目(默认使用fastgit加速submodule克隆,若不需要请删去 `--chinese`) ```bash bash build.sh --chinese --device DEVICE ``` +2.2 如果你使用MacOS/Windows,则可以借助Docker编译 + +````bash +docker-compose run edk2 ./build.sh -d DEVICE +```` + 3.启动镜像 ```bash -- 2.45.2