Better installing via make

This commit is contained in:
bytedream 2021-10-19 01:20:40 +02:00
parent 54d424e787
commit 49e387e72b
2 changed files with 5 additions and 4 deletions

View file

@ -50,7 +50,7 @@ A [Go](https://golang.org) library & cli for the undocumented [crunchyroll](http
```
$ git clone https://github.com/ByteDream/crunchyroll-go
$ cd crunchyroll-go
$ make
$ make && sudo make install
```
- use `go`
```