diff --git a/README.md b/README.md index ab3e89b..1b18a95 100644 --- a/README.md +++ b/README.md @@ -110,17 +110,17 @@ For Windows, for simplicity, prebuilt archives with all the dependencies (includ - [`QtScrcpy`][github-download] -or you can [build it by yourself](#Build) +or you can [build it by yourself](##Build) ### Mac OS For Mac OS, for simplicity, prebuilt archives with all the dependencies (including adb) are available: - [`QtScrcpy`][github-download] -or you can [build it by yourself](#Build) +or you can [build it by yourself](##Build) ### Linux -you can [build it by yourself](#Build)(just ubuntu test) +you can [build it by yourself](##Build)(just ubuntu test) ## Run @@ -237,7 +237,7 @@ There are several reasons listed as below according to importance (high to low). 4. I found scrcpy and decided to re-make it with the new technology stack (C++ + Qt + Opengl + ffmpeg) -## How to build +## Build All the dependencies are provided and it is easy to compile. ### PC client diff --git a/README_zh.md b/README_zh.md index 5ac5fc5..be1ff0d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -108,7 +108,7 @@ Windows平台,你可以直接使用我编译好的可执行程序: - [国内下载][gitee-download] - [国外下载][github-download] -你也可以[自己编译](#如何编译) +你也可以[自己编译](##如何编译) ### Mac OS @@ -117,13 +117,13 @@ Mac OS平台,你可以直接使用我编译好的可执行程序: - [国内下载][gitee-download] - [国外下载][github-download] -你也可以[自己编译](#如何编译) +你也可以[自己编译](##如何编译) ### Linux 目前只提供了windows和mac平台的可执行程序,如果需要linux平台的可执行程序, -您通常需要[自己编译](#如何编译)。别担心,这并不难。 +您通常需要[自己编译](##如何编译)。别担心,这并不难。 目前只在ubuntu上测试过