Skip to content

Commit bc17a10

Browse files
authored
update installation methods with homebrew
see Homebrew/homebrew-core#173601 Signed-off-by: Stephen <[email protected]>
1 parent d73b013 commit bc17a10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ If you have Go 1.16 or later installed, you can run the following to install `ve
1919
go install github.com/openvex/vexctl@latest
2020
```
2121

22+
If you use Homebrew, you can install the latest tagged version of `vexctl` using:
23+
```console
24+
brew install vexctl
25+
```
26+
2227
## Operational Model
2328

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

0 commit comments

Comments
 (0)