blob: 7b6ab455c69dc377e4d833e3a3bf189d7b16abd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# macli
Unofficial CLI-Based MyAnimeList Client
## How to install
If you use an Arch-based distro and too lazy to set up your $GOPATH you can use the AUR package `macli-git`
If you have go installed on your system, simply run `go install github.com/MikunoNaka/macli@latest`
(Make sure you have your $GOPATH set up properly if you have issues running `macli` globally)
You can also check out the releases for pre-built binaries. [latest release](/MikunoNaka/macli/releases/latest)
## How to use
Run `macli --help` for instructions
## Licence
Licenced under GNU General Public Licence V3
GNU GPL License: [LICENSE](LICENSE)
Copyright (c) 2022 Vidhu Kant Sharma
|