aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-18 16:02:42 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-18 16:02:42 +0530
commitf130a68f94c103c1d1d4d1c1804c8ebd85709ac7 (patch)
tree6ebb4366076d9963c5bc17ba88a0776091336b08
parent7dc8049df0b7ea221fa9a2ff00d3c0896a6a4739 (diff)
update readme
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7b6ab45..6d9a73c 100644
--- a/README.md
+++ b/README.md
@@ -2,22 +2,24 @@
Unofficial CLI-Based MyAnimeList Client
+[official website](https://macli.vidhukant.com/)
+
## 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 use an Arch-based distro and too lazy to set up your $GOPATH you can use the AUR package `macli-git` or `macli` for the bin package.
-If you have go installed on your system, simply run `go install github.com/MikunoNaka/macli@latest`
+If you have go installed on your system, simply run `go install vidhukant.com/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)
+You can also check out the [releases](https://macli.vidhukant.com/releases/) for other pre-built binaries.
## How to use
-Run `macli --help` for instructions
+Run `macli --help` for instructions or check out the macli website.
## Licence
Licenced under GNU General Public Licence V3
GNU GPL License: [LICENSE](LICENSE)
-Copyright (c) 2022 Vidhu Kant Sharma
+Copyright (c) 2022-2023 Vidhu Kant Sharma