Skip to content

Commit

Permalink
docs: add brew installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpukhanov committed Jun 28, 2024
1 parent 0ead02d commit 6e6b1bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ glee help

## Installation

### Using Homebrew (macOS and Linux)

If you have Homebrew installed, you can install glee using:

```sh
brew install vpukhanov/tools/glee
```

To update glee to the latest version:

```sh
brew upgrade glee
```

### Using Go

If you have Go installed on your system, you can install `glee` directly using the `go install` command:
Expand Down

0 comments on commit 6e6b1bd

Please sign in to comment.