Updated direct download links

This commit is contained in:
bytedream 2021-08-19 23:46:16 +02:00
parent cc549c817f
commit 9ae41e78e2

View file

@ -36,9 +36,9 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
#### Get the executable
- 📥 Download the latest binaries [here](https://github.com/ByteDream/crunchyroll-go/releases/latest) or get it from below
- [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_linux)
- [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_windows.exe)
- [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0/crunchy-v1.0_darwin)
- [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_linux)
- [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_windows.exe)
- [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_darwin)
- 🛠 Build it yourself
- use `make` (requires `go` to be installed)
```