Skip to content

Commit

Permalink
docs: desc first
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca committed Sep 27, 2022
1 parent 2a02df8 commit 5ae3dca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a name = "description"></a>

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 <a name = "installation"></a>

with `go`:
Expand All @@ -53,10 +57,6 @@ brew install loli

or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest).

## ➤ Description <a name = "description"></a>

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 <a name = "learning"></a>

In this process, I gained experiences in the following topics regarding the Go language:
Expand Down

0 comments on commit 5ae3dca

Please sign in to comment.