mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update go build instructions
This commit is contained in:
parent
58bf549964
commit
68aa7e903f
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
|
|||
- use `go`:
|
||||
```shell
|
||||
$ git clone https://github.com/ByteDream/crunchyroll-go
|
||||
$ cd crunchyroll-go/cmd/crunchyroll-go
|
||||
$ go build -o crunchy
|
||||
$ cd crunchyroll-go
|
||||
$ go build -o crunchy cmd/crunchyroll-go/main.go
|
||||
```
|
||||
|
||||
## 📝 Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue