Add Fedora instructions in README
Add the command to install the scrcpy package for Fedora directly. PR #3715 <https://github.com/Genymobile/scrcpy/pull/3715> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
87da137238
commit
b4caa483dd
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -80,16 +80,22 @@ On Arch Linux:
|
|||
pacman -S scrcpy
|
||||
```
|
||||
|
||||
On Fedora, a [COPR] package is available: [`scrcpy`][copr-link]:
|
||||
|
||||
```
|
||||
dnf copr enable zeno/scrcpy
|
||||
dnf install scrcpy
|
||||
```
|
||||
|
||||
[COPR]: https://fedoraproject.org/wiki/Category:Copr
|
||||
[copr-link]: https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/
|
||||
|
||||
A [Snap] package is available: [`scrcpy`][snap-link].
|
||||
|
||||
[snap-link]: https://snapstats.org/snaps/scrcpy
|
||||
|
||||
[snap]: https://en.wikipedia.org/wiki/Snappy_(package_manager)
|
||||
|
||||
For Fedora, a [COPR] package is available: [`scrcpy`][copr-link].
|
||||
|
||||
[COPR]: https://fedoraproject.org/wiki/Category:Copr
|
||||
[copr-link]: https://copr.fedorainfracloud.org/coprs/zeno/scrcpy/
|
||||
|
||||
|
||||
For Gentoo, an [Ebuild] is available: [`scrcpy/`][ebuild-link].
|
||||
|
|
Loading…
Reference in a new issue