From e35cf51c1481e626c02c0201e53ab806d91806e2 Mon Sep 17 00:00:00 2001 From: "[pause, if needed]" <91560320+e1e0@users.noreply.github.com> Date: Thu, 10 Mar 2022 20:07:13 +0000 Subject: [PATCH] Update README.md --- README.md | 40 +++++++++++++++------------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 1c5cfd23..700a57e8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _pronounced "**scr**een **c**o**py**"_ [Read in another language](#translations) This application provides display and control of Android devices connected via -USB (or [over TCP/IP](#tcpip-wireless)). It _does not require_ any root access. +USB (or [over TCP/IP](#tcpip-wireless)). It does **not** require any _root_ access. It works on _GNU/Linux_, _Windows_ and _macOS_. ![screenshot](assets/screenshot-debian-600.jpg) @@ -66,36 +66,29 @@ control it using keyboard and mouse. brew install android-platform-tools ``` -### More - -**Linux > Arch Linux** +### Linux +- Arch Linux ``` pacman -S scrcpy ``` -**Linux > [Snap] package** +- [Snap] package, available at [`scrcpy`](https://snapstats.org/snaps/scrcpy) -[`scrcpy`](https://snapstats.org/snaps/scrcpy) +- Fedora / [COPR] package, available at [`scrcpy`](https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/) -[snap]: https://en.wikipedia.org/wiki/Snappy_(package_manager) - -**Linux > Fedora / [COPR] package** - -[`scrcpy`](https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/) +- Gentoo / [Ebuild], available at [`scrcpy/`](https://github.com/maggu2810/maggu2810-overlay/tree/master/app-mobilephone/scrcpy). [COPR]: https://fedoraproject.org/wiki/Category:Copr -**Linux > Gentoo / [Ebuild]** - -Available at [`scrcpy/`](https://github.com/maggu2810/maggu2810-overlay/tree/master/app-mobilephone/scrcpy). - [Ebuild]: https://wiki.gentoo.org/wiki/Ebuild +[snap]: https://en.wikipedia.org/wiki/Snappy_(package_manager) -**Windows > archive** -For Windows, for simplicity, a prebuilt archive with all the dependencies +### Windows + +For simplicity, a prebuilt archive with all the dependencies (including `adb`) is available: - [`scrcpy-win64-v1.23.zip`][direct-win64] @@ -103,8 +96,6 @@ For Windows, for simplicity, a prebuilt archive with all the dependencies [direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.23/scrcpy-win64-v1.23.zip -**Windows > Chocolatey** - It is also available in [Chocolatey](https://chocolatey.org/): ```bash @@ -112,7 +103,7 @@ choco install scrcpy choco install adb # if you don't have it yet ``` -**Windows > Scoop ()**: +and Scoop ()**: ```bash scoop install scrcpy @@ -120,18 +111,17 @@ scoop install adb # if you don't have it yet ``` -**macOS > in [MacPorts](https://www.macports.org/)** +### macOS, in [MacPorts](https://www.macports.org/) -(which sets up adb for you) +(sets up adb for you) ```bash sudo port install scrcpy ``` +### Manual build -**Manual build** - -You could build manually from sources: [BUILD.md](BUILD.md). [Simplified process](BUILD.md#simple). +You could build manually from sources: [BUILD.md](BUILD.md), [Simplified process](BUILD.md#simple). ## Run