docs(install): point install one-liners at unarr.app
Some checks failed
CI / Test (push) Failing after 33m32s
CI / Build (push) Successful in 1m31s
CI / Build-1 (push) Successful in 1m53s
CI / Build-2 (push) Successful in 1m32s
CI / Build-3 (push) Successful in 1m33s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m32s
CI / Lint (push) Failing after 2m37s
CI / Coverage (push) Successful in 2m47s
CI / Vet (push) Successful in 1m59s

README used get.torrentclaw.com and the install scripts advertised
get.unarr.com (a third-party parked domain, dead). unarr.app is the
canonical install domain.
This commit is contained in:
Deivid Soto 2026-06-15 11:23:04 +02:00
parent c398c4596f
commit cff89fbe31
3 changed files with 4 additions and 4 deletions

View file

@ -23,13 +23,13 @@ Built-in torrent engine, debrid (Real-Debrid / AllDebrid), and NZB support. Stre
### Quick install (Linux/macOS)
```bash
curl -fsSL https://get.torrentclaw.com/install.sh | sh
curl -fsSL https://unarr.app/install.sh | sh
```
### PowerShell (Windows)
```powershell
irm https://get.torrentclaw.com/install.ps1 | iex
irm https://unarr.app/install.ps1 | iex
```
### Homebrew (macOS/Linux)

View file

@ -1,5 +1,5 @@
# unarr — Windows installer (PowerShell 5.1+)
# Usage: irm https://get.unarr.com/install.ps1 | iex
# Usage: irm https://unarr.app/install.ps1 | iex
# or: irm https://raw.githubusercontent.com/torrentclaw/unarr/main/install.ps1 | iex
#
# Options (env vars):

View file

@ -1,6 +1,6 @@
#!/bin/sh
# unarr — cross-platform installer (Linux / macOS)
# Usage: curl -fsSL https://get.unarr.com/install.sh | sh
# Usage: curl -fsSL https://unarr.app/install.sh | sh
# or: curl -fsSL https://raw.githubusercontent.com/torrentclaw/unarr/main/install.sh | sh
#
# Options (env vars):