From 680db83c59588b90a2de5067ae2cbe64722cb170 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:03:09 +0200 Subject: [PATCH] Reactivate scoop install instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index df75ec8..467b6ff 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,11 @@ See [#39](https://github.com/crunchy-labs/crunchy-cli/issues/39) for more inform ```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):