docs: add beta notice, fix install URLs to get.torrentclaw.com
This commit is contained in:
parent
f9f28214a6
commit
7a655b6e86
1 changed files with 5 additions and 3 deletions
|
|
@ -1,11 +1,13 @@
|
|||
# unarr
|
||||
|
||||
> **⚠️ Beta** — unarr is under active development. Features may change, and bugs are expected. [Report issues here](https://github.com/torrentclaw/unarr/issues).
|
||||
|
||||
[](https://github.com/torrentclaw/unarr/actions/workflows/ci.yml)
|
||||
[](https://goreportcard.com/report/github.com/torrentclaw/unarr)
|
||||
[](LICENSE)
|
||||
[](go.mod)
|
||||
|
||||
Powerful terminal tool for torrent search and management.
|
||||
Powerful terminal tool for torrent search and management. **Free and open source.**
|
||||
|
||||
Search 30+ torrent sources, inspect torrent quality, discover popular content, find streaming providers, and manage your media collection — all from your terminal.
|
||||
|
||||
|
|
@ -17,13 +19,13 @@ Search 30+ torrent sources, inspect torrent quality, discover popular content, f
|
|||
### Quick install (Linux/macOS)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://torrentclaw.com/install.sh | sh
|
||||
curl -fsSL https://get.torrentclaw.com/install.sh | sh
|
||||
```
|
||||
|
||||
### PowerShell (Windows)
|
||||
|
||||
```powershell
|
||||
irm https://torrentclaw.com/install.ps1 | iex
|
||||
irm https://get.torrentclaw.com/install.ps1 | iex
|
||||
```
|
||||
|
||||
### Homebrew (macOS/Linux)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue