Add some details for the fool
authorBigfootACA <bigfoot@classfun.cn>
星期天, 14 Mar 2021 14:29:46 +0000 (22:29 +0800)
committerBigfootACA <bigfoot@classfun.cn>
星期天, 14 Mar 2021 14:29:46 +0000 (22:29 +0800)
README.md
README.zh.md

index 3017c2f3f0356eebe2224490f9d1ffab88ee7980..21d61c7a96a8919e8ae3768fcc5ec86e5aeb2428 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 A broken but working EDK2 implementation for Snapdragon 845 platform.
 
+中国人请看中文版
 [Chinese version (中文版)](https://github.com/edk2-porting/edk2-sdm845/blob/master/README.zh.md)
 
 ## Resources
@@ -37,6 +38,7 @@ For Ubuntu 20.04:
 
 ```bash
 sudo apt update
+sudo apt upgrade
 sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git
 ```
 
@@ -46,6 +48,7 @@ sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu ab
 
 ```bash
 git clone https://github.com/edk2-porting/edk2-sdm845.git --depth=1
+cd edk2-sdm845
 ```
 
 2.Build this project
@@ -68,7 +71,7 @@ fastboot boot boot_DEVICE.img
 
 @strongtz for the creating and maintaining the whole Renegade Project
 
-@BigFootACA for build script
+@BigfootACA for build script
 
 @lemon1ice and NTAuthority for guidance and some blobs
 
index 18a20aa6cb4a152f2128e47a8f0db6924bfdff2d..df89ec3b5e2de6598adede03bb97374f8358bc60 100644 (file)
@@ -1,9 +1,13 @@
 # 骁龙845(sdm845)的EDK2 UEFI固件\r
 \r
+*在编译该项目前,请确定你有一定的Linux常识,以下步骤已经是最简单的方法,如果你看不懂,那么请离开*\r
+\r
 一个针对骁龙845平台的勉强能用的EDK2 UEFI\r
 \r
 ## 资源\r
 \r
+*群里问智障问题会被踢*\r
+\r
 [Telegram交流群](https://t.me/joinchat/MNjTmBqHIokjweeN0SpoyA)\r
 \r
 [Discord交流群](https://discord.gg/XXBWfag)\r
@@ -35,15 +39,19 @@ Ubuntu 20.04:
 \r
 ```bash\r
 sudo apt update\r
+sudo apt upgrade\r
 sudo apt install build-essential uuid-dev iasl git nasm gcc-aarch64-linux-gnu abootimg python3-distutils python3-pil python3-git\r
 ```\r
 \r
 ## 构建\r
 \r
+*不建议使用Ubuntu 18.04版本,请使用Ubuntu 20.04或以上版本*\r
+\r
 1.克隆此项目(默认使用国内fastgit镜像加速)\r
 \r
 ```bash\r
 git clone https://hub.fastgit.org/edk2-porting/edk2-sdm845.git --depth=1\r
+cd edk2-sdm845\r
 ```\r
 \r
 2.编译此项目(默认使用fastgit加速submodule克隆)\r