From 5ae3dcadb8c850204a32ff9dc458a9d8309b6c63 Mon Sep 17 00:00:00 2001 From: Lucca Date: Tue, 27 Sep 2022 14:13:22 -0300 Subject: [PATCH] docs: desc first --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: