From 797da5ecc24b03f5634245cfebfe20cdb5e0f32c Mon Sep 17 00:00:00 2001 From: Christian Benincasa Date: Tue, 3 Mar 2026 08:42:48 -0500 Subject: [PATCH] chore: update README --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 03e44be6..484687ae 100644 --- a/README.md +++ b/README.md @@ -89,21 +89,21 @@ Tunarr will be available at `http://localhost:8000`. **Other installation options:** -| Platform | Method | -| ------------------------ | ------------------------------------------------------------------------ | -| Linux / macOS / Windows | [Standalone binaries](https://github.com/chrisbenincasa/tunarr/releases) | -| Unraid | Community App Store | -| Proxmox | [LXC helper script](https://tunarr.com/install/proxmox) | -| ARM (Raspberry Pi, etc.) | Docker image (`linux/arm64`) | +| Platform | Method | +| ------------------------ | ----------------------------------------------------------------------------- | +| Linux / macOS / Windows | [Standalone binaries](https://github.com/chrisbenincasa/tunarr/releases) | +| Unraid | Community App Store | +| Proxmox | [LXC helper script](https://tunarr.com/getting-started/installation/#proxmox) | +| ARM (Raspberry Pi, etc.) | Docker image (`linux/arm64`) | -For hardware-accelerated transcoding setup, see the [transcoding docs](https://tunarr.com/configure/transcode/). +For hardware-accelerated transcoding setup, see the [transcoding docs](https://tunarr.com/getting-started/run/). ## Documentation -- [Installation guide](https://tunarr.com/install/) +- [Installation guide](https://tunarr.com/getting-started/installation/) - [Creating channels](https://tunarr.com/configure/channels/) -- [Scheduling tools](https://tunarr.com/configure/scheduling-tools/) -- [Transcoding configuration](https://tunarr.com/configure/transcode/) +- [Scheduling tools](https://tunarr.com/configure/scheduling/) +- [Transcoding configuration](https://tunarr.com/configure/ffmpeg/transcode_config/) - [Full documentation](https://tunarr.com/) ## Development