chore: rename module from torrentclaw-cli to unarr
- Rename Go module path github.com/torrentclaw/torrentclaw-cli → github.com/torrentclaw/unarr - Update all imports, ldflags, scripts, docs, and Docker config - Add GitHub Actions release workflow (goreleaser on tag push)
This commit is contained in:
parent
9cc806d11f
commit
5a7449b9e6
58 changed files with 166 additions and 141 deletions
14
README.md
14
README.md
|
|
@ -1,9 +1,9 @@
|
|||
# unarr
|
||||
|
||||
[](https://github.com/torrentclaw/torrentclaw-cli/actions/workflows/ci.yml)
|
||||
[](https://goreportcard.com/report/github.com/torrentclaw/torrentclaw-cli)
|
||||
[](https://github.com/torrentclaw/unarr/actions/workflows/ci.yml)
|
||||
[](https://goreportcard.com/report/github.com/torrentclaw/unarr)
|
||||
[](LICENSE)
|
||||
[](go.mod)
|
||||
[](go.mod)
|
||||
|
||||
Powerful terminal tool for torrent search and management.
|
||||
|
||||
|
|
@ -35,18 +35,18 @@ brew install torrentclaw/tap/unarr
|
|||
### Go install
|
||||
|
||||
```bash
|
||||
go install github.com/torrentclaw/torrentclaw-cli/cmd/unarr@latest
|
||||
go install github.com/torrentclaw/unarr/cmd/unarr@latest
|
||||
```
|
||||
|
||||
### GitHub Releases
|
||||
|
||||
Download prebuilt binaries for Linux, macOS, and Windows from [GitHub Releases](https://github.com/torrentclaw/torrentclaw-cli/releases).
|
||||
Download prebuilt binaries for Linux, macOS, and Windows from [GitHub Releases](https://github.com/torrentclaw/unarr/releases).
|
||||
|
||||
### Build from source
|
||||
|
||||
```bash
|
||||
git clone https://github.com/torrentclaw/torrentclaw-cli.git
|
||||
cd torrentclaw-cli
|
||||
git clone https://github.com/torrentclaw/unarr.git
|
||||
cd unarr
|
||||
make build
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue