diff --git a/README.md b/README.md index 134d887..ddfa7ac 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ -
- ✨ Loli is a pretty CLI that find animes passing images - inspiration in what-anime-cli ✨ -
+✨ Loli is a pretty CLI that search animes passing images or links using trace.moe API ✨
Getting Started | @@ -35,10 +33,24 @@ If you want contribute on this project, first you need to make a **git clone**: This will give you access to the code on your **local machine**. +## ➤ Installation + +```bash +go install github.com/ci-monk/loli/cmd/loli + +# if you cannot install directly, try following command, +# then input install command again +go get -x -u github.com/ci-monk/loli/cmd/loli +``` + +Or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest). + ## ➤ Description This **CLI** is intended to be a code lab and best practices for creating a project ready to receive community builds, while introducing the basics for creating a **CLI** tool in **Go** and the standardization of conventions for the development workflow. +## ➤ Learning + In this process, I gained experiences in the following topics regarding the Go language: - ✔️ Discover internal Go packages like: `os`, `string` and `fmt`. @@ -54,6 +66,8 @@ In this process, I gained experiences in the following topics regarding the Go l - ✔️ Use conditional in compilation and build tags. - ✔️ How to build CLI using Go +## ➤ Trace.moe + Example trace.moe response: ```json @@ -81,18 +95,6 @@ Example trace.moe response: } ``` -## ➤ Installation - -```bash -go install github.com/ci-monk/loli/cmd/loli - -# if you cannot install directly, try following command, -# then input install command again -go get -x -u github.com/ci-monk/loli/cmd/loli -``` - -Or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest). - ## ➤ Development with docker @@ -180,10 +182,6 @@ Depending on what you are making, it can be a good idea to include screenshots o To check the change history, please access the [**CHANGELOG.md**](CHANGELOG.md) file. -## ➤ Project status - -This project is currently undergoing a reorganization 👾. - ## ➤ Show your support