More crunchyroll to crunchyroll-go renaming

This commit is contained in:
ByteDream 2021-08-10 15:16:06 +02:00
parent ac56f58cd4
commit 291aae18f3
7 changed files with 9 additions and 9 deletions

View file

@ -43,13 +43,13 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
- use `make` (requires `go` to be installed)
```
$ git clone https://github.com/ByteDream/crunchyroll-go
$ cd crunchyroll
$ cd crunchyroll-go
$ make
```
- use `go`
```
$ git clone https://github.com/ByteDream/crunchyroll-go
$ cd crunchyroll/cmd/crunchyroll
$ cd crunchyroll-go/cmd/crunchyroll-go
$ go build -o crunchy
```