aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2022-02-21 06:07:44 +0000
committerGitHub <noreply@github.com>2022-02-21 06:07:44 +0000
commitdbd642c32b1d2075cc5d0d00e29433753b742d13 (patch)
treef112d7fc5f6a0ec23ba794ed16406581535b68dc
parent244d42b40ca9eb2158c2a4e36a2ab183ea5afb73 (diff)
Added instructions to install MAL2Go/anime
-rw-r--r--anime/README.md6
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