diff --git a/README.md b/README.md index fa8edda..0809cf8 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ git clone --depth 1 https://github.com/ci-monk/loli.git -b main This will give you access to the code on your **local machine**. +## ➤ 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. + ## ➤ Installation with `go`: @@ -53,10 +57,6 @@ brew install 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: