diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2022-02-21 06:07:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 06:07:44 +0000 |
commit | dbd642c32b1d2075cc5d0d00e29433753b742d13 (patch) | |
tree | f112d7fc5f6a0ec23ba794ed16406581535b68dc | |
parent | 244d42b40ca9eb2158c2a4e36a2ab183ea5afb73 (diff) |
Added instructions to install MAL2Go/anime
-rw-r--r-- | anime/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/anime/README.md b/anime/README.md index fe96f88..1040dda 100644 --- a/anime/README.md +++ b/anime/README.md @@ -3,6 +3,12 @@ MAL2Go `anime` package has functionality related to getting data about anime. To *update* anime status (score, status, etc) refer to [`user/anime`](../user/anime) package. +## Installation +In a terminal, run +``` fish +go get "github.com/MikunoNaka/MAL2Go/anime" +``` + ## Usage Firstly, import this package and instanciate the client. ``` go |