mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
docs: update readme
This commit is contained in:
parent
e8d073dfae
commit
2e2423c6a1
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -104,22 +104,27 @@ Make sure you have enabled [ADB debugging][enable-adb] on your device(s).
|
|||
[github-download]: https://github.com/barry-ran/QtScrcpy/releases
|
||||
|
||||
### Windows
|
||||
For Windows, for simplicity, prebuilt archives with all the dependencies (including ADB) are available:
|
||||
On Windows, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||
|
||||
- [`QtScrcpy`][github-download]
|
||||
|
||||
or you can [build it by yourself](#Build)
|
||||
or you can [build it yourself](#Build)
|
||||
|
||||
### Mac OS
|
||||
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including ADB) are available:
|
||||
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||
|
||||
- [`QtScrcpy`][github-download]
|
||||
|
||||
or you can [build it by yourself](#Build)
|
||||
or you can [build it yourself](#Build)
|
||||
|
||||
### Linux
|
||||
you can [build it by yourself](#Build)(just ubuntu test)
|
||||
For Linux, for simplicity, prebuilt archives with all the dependencies (including ADB) are available at Releases:
|
||||
|
||||
- [`QtScrcpy`][github-download]
|
||||
|
||||
or you can get it at [GitHub Actions](https://github.com/UjhhgtgTeams/QtScrcpy/actions/workflows/ubuntu.yml), in branch `dev` and download the latest artifact.
|
||||
|
||||
or you can [build it yourself](#Build) (not recommended, get it at Actions if you can)
|
||||
|
||||
## Run
|
||||
Connect to your Android device on your computer, then run the program and click `USB connect` or `WiFi connect`
|
||||
|
|
Loading…
Add table
Reference in a new issue