Added Arch Linux installation to readme
This commit is contained in:
parent
8df5acb567
commit
e2acc4f41e
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue