Reactivate scoop install instructions

This commit is contained in:
ByteDream 2022-07-09 01:03:09 +02:00 committed by GitHub
parent f1a41d6d3b
commit 680db83c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,15 +55,11 @@ See [#39](https://github.com/crunchy-labs/crunchy-cli/issues/39) for more inform
```shell ```shell
$ yay -S crunchyroll-go $ yay -S crunchyroll-go
``` ```
- <del> - On Windows [scoop](https://scoop.sh/) can be used to install it (added by [@AdmnJ](https://github.com/AdmnJ)):
On Windows [scoop](https://scoop.sh/) can be used to install it (added by [@AdmnJ](https://github.com/AdmnJ)):
```shell ```shell
$ scoop bucket add extras # <- in case you haven't added the extra repository already $ scoop bucket add extras # <- in case you haven't added the extra repository already
$ scoop install crunchyroll-go $ scoop install crunchyroll-go
``` ```
</del>
<i>Currently not working because the repo got renamed!</i> <i>Currently not working because the repo got renamed!</i>
- 🛠 Build it yourself. Must be done if your target platform is not covered by the [provided binaries](https://github.com/crunchy-labs/crunchy-cli/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/crunchy-labs/crunchy-cli/releases/latest) (like Raspberry Pi or M1 Mac):
- use `make` (requires `go` to be installed): - use `make` (requires `go` to be installed):