From bc410a862eeb3c7cd21777b60821155dc40a2903 Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 13 Sep 2021 16:23:39 +0200 Subject: [PATCH] Updated README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4769bf5..9a17d74 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,13 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http #### Get the executable - 📥 Download the latest binaries [here](https://github.com/ByteDream/crunchyroll-go/releases/latest) or get it from below - - [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_linux) - - [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_windows.exe) - - [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.0.1/crunchy-v1.0.1_darwin) + - [Linux (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_linux) + - [Windows (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_windows.exe) + - [MacOS (x64)](https://github.com/ByteDream/crunchyroll-go/releases/download/v1.1.0/crunchy-v1.1.0_darwin) +- If you use `arch` btw. or any other Linux distro which is based on arch, you can download the package via the [AUR](https://aur.archlinux.org/packages/crunchyroll-go/) + ``` + $ yay -S crunchyroll-go + ``` - 🛠 Build it yourself - use `make` (requires `go` to be installed) ```