mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Add scoop installer instructions
This commit is contained in:
parent
06a5414210
commit
980c28a754
1 changed files with 5 additions and 0 deletions
|
|
@ -56,6 +56,11 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
|
||||||
```shell
|
```shell
|
||||||
$ yay -S crunchyroll-go
|
$ yay -S crunchyroll-go
|
||||||
```
|
```
|
||||||
|
- On Windows [scoop](https://scoop.sh/) can be used to install it (added by [@AdmnJ](https://github.com/AdmnJ)):
|
||||||
|
- ```shell
|
||||||
|
$ scoop bucket add extra # <- in case you haven't added the extra repository already
|
||||||
|
$ scoop install crunchyroll-go
|
||||||
|
```
|
||||||
- 🛠 Build it yourself. Must be done if your target platform is not covered by the [provided binaries](https://github.com/ByteDream/crunchyroll-go/releases/latest) (like Raspberry Pi or M1 mac):
|
- 🛠 Build it yourself. Must be done if your target platform is not covered by the [provided binaries](https://github.com/ByteDream/crunchyroll-go/releases/latest) (like Raspberry Pi or M1 mac):
|
||||||
- use `make` (requires `go` to be installed):
|
- use `make` (requires `go` to be installed):
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue