docs: add brew installation setup in readme

Signed-off-by: Kunal Singh <kunalsin9h@gmail.com>
This commit is contained in:
Kunal Singh
2025-05-15 22:18:24 +05:30
committed by GitHub
parent 7c9681ef00
commit f35a916b5f
+9
View File
@@ -89,6 +89,15 @@ PMG supports the following package managers:
## Installation
### Homebrew
You can also install vet using homebrew in MacOS and Linux
```bash
brew tap safedep/tap
brew install safedep/tap/pmg
```
### Binaries
Download the latest binary from the [releases page](https://github.com/safedep/pmg/releases).