diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 21:23:10 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-02 21:23:10 +0530 |
commit | 1b45e30a8f0cbeb8b28a1464dc4342bffa958627 (patch) | |
tree | 44cf3f4c98556c20cc91269084c1f706166b2e83 | |
parent | a8f6bb7ede00acf75e31dc8aa8185404b132e2e4 (diff) |
Update README: Remove unstable warning
-rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,17 +1,19 @@ # macli -Unofficial CLI-Based MyAnimeList Client -### Notice: -macli is currently highly under development, so many obvious features may not be present. +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) -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) -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. +## How to use -Visit the [macli](https://www.vidhukant.xyz/projects/macli) page on my website for more info. +Run `macli --help` for instructions ## Licence Licenced under GNU General Public Licence V3 |