Skip to content

Commit

Permalink
docs: install with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent 3a64802 commit 2d01ebe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a name = "installation"></a>

```bash
Expand All @@ -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 <a name = "description"></a>
Expand Down

0 comments on commit 2d01ebe

Please sign in to comment.