Fix README details

This commit is contained in:
bytedream 2022-08-21 19:40:05 +02:00
parent a907958a71
commit d13e5714f8

View file

@ -1,6 +1,6 @@
# crunchy-cli # crunchy-cli
A [go](https://golang.org) written cli client for [crunchyroll](https://www.crunchyroll.com). To use it, you need a crunchyroll premium account to for full (api) access. A [Go](https://golang.org) written cli client for [crunchyroll](https://www.crunchyroll.com). To use it, you need a crunchyroll premium account for full access & features.
<p align="center"> <p align="center">
<a href="https://github.com/crunchy-labs/crunchy-cli"> <a href="https://github.com/crunchy-labs/crunchy-cli">
@ -56,16 +56,11 @@ See #39 for more information._
```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>
- 🛠 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):
```shell ```shell
@ -175,26 +170,6 @@ The following flags can be (optional) passed to modify the [archive](#archive) p
| `-r` | `--resolution` | The resolution of the video(s). `best` for best resolution, `worst` for worst. | | `-r` | `--resolution` | The resolution of the video(s). `best` for best resolution, `worst` for worst. |
| `-g` | `--goroutines` | Sets how many parallel segment downloads should be used. | | `-g` | `--goroutines` | Sets how many parallel segment downloads should be used. |
### Help
- General help
```shell
$ crunchy help
```
- Login help
```shell
$ crunchy help login
```
- Download help
```shell
$ crunchy help download
```
- Archive help
```shell
$ crunchy help archive
```
### Global flags ### Global flags
These flags you can use across every sub-command: These flags you can use across every sub-command: