Typo fix in scoop install

This commit is contained in:
ByteDream 2022-04-26 08:53:02 +02:00 committed by GitHub
parent c9ad097d85
commit 1e865adaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
```
- 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 bucket add extras # <- 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):