aboutsummaryrefslogtreecommitdiff
path: root/anime
diff options
context:
space:
mode:
Diffstat (limited to '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