From 1f776d842f75cec7548222830f2ce709bedaf3e6 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Tue, 18 Oct 2022 10:07:39 +0800 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8a909b..1561f6e 100644 --- a/README.md +++ b/README.md @@ -248,14 +248,14 @@ All the dependencies are provided and it is easy to compile. #### Non-Arch Linux Users 1. Set up the Qt development environment with the official Qt installer or third-party tools such as [aqt](https://github.com/miurahr/aqtinstall) on the target platform. Qt version bigger than 5.12 is required. (use MSVC 2019 on Windows) -2. Clone the project with `git clone --recurse-submodules https://barry-ran/QtScrcpy.git` +2. Clone the project with `git clone --recurse-submodules git@github.com:barry-ran/QtScrcpy.git` 3. For Windows, open CMakeLists.txt with QtCreator and compile Release 4. For Linux, directly run `./ci/linux/build_for_linux.sh "Release"` Note: compiled artifacts are located at `output/x64/Release` #### Arch Linux Users 1. Install packages: `base-devel cmake qt5-base qt5-multimedia qt5-x11extras` (`qtcreator` is recommended) -2. Clone the project with `git clone --recurse-submodules https://barry-ran/QtScrcpy.git` +2. Clone the project with `git clone --recurse-submodules git@github.com:barry-ran/QtScrcpy.git` 3. Run `./ci/linux/build_for_linux.sh "Release"` ### Scrcpy-Server