Skip to content

Commit

Permalink
Merge pull request #205 from stephengroat/patch-1
Browse files Browse the repository at this point in the history
update installation methods with homebrew
  • Loading branch information
cpanato authored Jun 5, 2024
2 parents d73b013 + bc17a10 commit cfb8f86
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 cfb8f86

Please sign in to comment.