Skip to content

Commit

Permalink
update installation methods with homebrew
Browse files Browse the repository at this point in the history
see Homebrew/homebrew-core#173601

Signed-off-by: Stephen <stephengroat@users.noreply.github.com>
  • Loading branch information
stephengroat authored Jun 5, 2024
1 parent d73b013 commit bc17a10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ If you have Go 1.16 or later installed, you can run the following to install `ve
go install github.com/openvex/vexctl@latest
```

If you use Homebrew, you can install the latest tagged version of `vexctl` using:
```console
brew install vexctl
```

## Operational Model

To achieve its mission, `vexctl` has three main modes of operation:
Expand Down

0 comments on commit bc17a10

Please sign in to comment.