diff --git a/README.md b/README.md index 2de5230..0e711c6 100644 --- a/README.md +++ b/README.md @@ -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.