blob: 78e18a59536bacb7b2662829652b4d5d3a5d1711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# macli
Unofficial CLI-Based MyAnimeList Client
### Notice:
macli is currently highly under development, so many obvious features may not be present.
## How to install
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
If you use an Arch-based distro and too lazy to set up your $GOPATH you can use the AUR package `macli-git` but I won't guarantee that it would build without any problems.
Visit the [macli](https://www.vidhukant.xyz/projects/macli) page on my website for more info.
## Licence
Licenced under GNU General Public Licence V3
GNU GPL License: [LICENSE](LICENSE)
Copyright (c) 2022 Vidhu Kant Sharma
|