From d13e5714f8aed8feb6b880efca8287aaf7cecb9d Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 21 Aug 2022 19:40:05 +0200 Subject: [PATCH] Fix README details --- README.md | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 1147f1e..dfb3fa3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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.

@@ -56,16 +56,11 @@ See #39 for more information._ ```shell $ yay -S crunchyroll-go ``` -- - - 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 $ scoop bucket add extras # <- in case you haven't added the extra repository already $ scoop install crunchyroll-go ``` - - - Currently not working because the repo got renamed! - 🛠 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): ```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. | | `-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 These flags you can use across every sub-command: