Reference the flathub version
This commit is contained in:
parent
e08d108b0b
commit
2c2c818bfc
1 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
[](https://matrix.to/#/#syng:matrix.org)
|
[](https://matrix.to/#/#syng:matrix.org)
|
||||||
[](https://pypi.org/project/syng/)
|
[](https://pypi.org/project/syng/)
|
||||||
[](https://flathub.org)
|
[](https://flathub.org/apps/rocks.syng.Syng)
|
||||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||||
[](https://syng.rocks)
|
[](https://syng.rocks)
|
||||||
[](https://git.k-fortytwo.de/christofsteel/syng2)
|
[](https://git.k-fortytwo.de/christofsteel/syng2)
|
||||||
|
@ -28,13 +28,15 @@ To host a karaoke event, you only need to use the playback client. You can use t
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Syng can be installed via the _Python Package Index_ (PyPI). When installing the client it is mandatory to include the `client` flag:
|
The preferred way to install the client is via [Flathub](https://flathub.org/apps/rocks.syng.Syng).
|
||||||
|
|
||||||
|
Alternatively Syng can be installed via the _Python Package Index_ (PyPI). When installing the client it is mandatory to include the `client` flag:
|
||||||
|
|
||||||
pip install 'syng[client]'
|
pip install 'syng[client]'
|
||||||
|
|
||||||
This installs both the playback client (`syng client`) and a configuration GUI (`syng gui`).
|
This installs both the playback client (`syng client`) and a configuration GUI (`syng gui`).
|
||||||
|
|
||||||
**Note:** You need to have [mpv](https://mpv.io/) installed on the playback client, and the `mpv` binary must be in your `PATH`.
|
**Note:** When installing via PyPI, you need to have [mpv](https://mpv.io/) installed on the playback client, and the `mpv` binary must be in your `PATH`.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue