From: BigfootACA Date: 星期天, 25 Jul 2021 16:02:57 +0000 (+0800) Subject: update README.zh.md X-Git-Tag: v0.4.2~5 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=5ac6e00a5a448399df3c101825244c5fe665dc96;p=edk2-sdm845.git update README.zh.md Signed-off-by: BigfootACA --- 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