From b3b3c15f4f764263ad170750527a7bb0fe52b59e Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Wed, 8 Jun 2022 21:19:46 +0800 Subject: [PATCH] docs: update readme --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb66f35..3d226c6 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ All the dependencies are provided and it is easy to compile. ### PC client 1. Set up the Qt development environment on the target platform. Qt version>=5.12 (use MSVC 2019 on Windows) -2. Clone the project +2. Clone the project (git clone --recursive git@github.com:barry-ran/QtScrcpy.git) 3. Open the project root directory `CMakeLists.txt` with QtCreator 4. Compile and run diff --git a/README_zh.md b/README_zh.md index 3393e0e..d820594 100644 --- a/README_zh.md +++ b/README_zh.md @@ -243,7 +243,7 @@ Mac OS平台,你可以直接使用我编译好的可执行程序: ### PC端 1. 在目标平台上搭建Qt开发环境 Qt版本>=5.12(在Windows上使用MSVC 2019) -2. 克隆该项目 +2. 克隆该项目(git clone --recursive git@github.com:barry-ran/QtScrcpy.git) 3. 使用QtCreator打开项目根目录`CMakeLists.txt` 4. 编译,运行