update README.zh.md
authorBigfootACA <bigfoot@classfun.cn>
星期天, 25 Jul 2021 16:02:57 +0000 (00:02 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期天, 25 Jul 2021 16:02:57 +0000 (00:02 +0800)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
README.zh.md

index c0626e84de7d7296d0737d7efde951f514c33173..88fab715f56864f84e238d33c24d3fa3225488fe 100644 (file)
@@ -67,12 +67,18 @@ git clone https://hub.fastgit.org/edk2-porting/edk2-sdm845.git --depth=1
 cd edk2-sdm845\r
 ```\r
 \r
-2.编译此项目(默认使用fastgit加速submodule克隆,若不需要请删去 `--chinese`)\r
+2.编译此项目(默认使用fastgit加速submodule克隆,若不需要请删去 `--chinese`)\r
 \r
 ```bash\r
 bash build.sh --chinese --device DEVICE\r
 ```\r
 \r
+2.2 如果你使用MacOS/Windows,则可以借助Docker编译\r
+\r
+````bash\r
+docker-compose run edk2 ./build.sh -d DEVICE\r
+````\r
+\r
 3.启动镜像\r
 \r
 ```bash\r