From 2d01ebeaf53df9d81d58981765b167ac2d52a680 Mon Sep 17 00:00:00 2001 From: lpmatos Date: Sat, 24 Sep 2022 11:52:51 -0300 Subject: [PATCH] docs: install with brew --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 87b509a..dbead56 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ 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**. +with `go` + ## ➤ Installation ```bash @@ -42,6 +44,13 @@ go install github.com/ci-monk/loli/cmd/loli go get -x -u github.com/ci-monk/loli/cmd/loli ``` +with `brew` + +``` +brew tap ci-monk/tools +brew install loli +``` + Or use a binary from [releases](https://github.com/ci-monk/loli/releases/latest). ## ➤ Description