Added Arch Linux installation to readme
All checks were successful
Check / mypy (push) Successful in 2m56s
Check / ruff (push) Successful in 9s

This commit is contained in:
Christoph Stahl 2025-05-14 14:09:11 +02:00
parent 8df5acb567
commit e2acc4f41e

View file

@ -51,6 +51,8 @@ This installs both the playback client (`syng client`) and a configuration GUI (
**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`.
The Syng client is also packaged for Arch Linux in the [Arch Linux user repository](https://aur.archlinux.org/packages/syng-client)
### Windows
Windows support is experimental, but you can download the current version from [Releases](https://github.com/christofsteel/syng/releases). No installation necessary, you can just run the `exe`.
@ -187,6 +189,10 @@ Alternatively you can run the server using docker. It listens on port 8080 and r
docker run --rm -v /path/to/your/keys.txt:/app/keys.txt -p 8080:8080 ghcr.io/christofsteel/syng -H 0.0.0.0
## Arch Linux
The Syng server is also packaged for Arch Linux in the [Arch Linux user repository](https://aur.archlinux.org/packages/syng-server)
## Configuration
Configuration is done via command line arguments, see `syng server --help` for an overview.