From f35a916b5f7b63bd7fd1dadc712d96f2e455e9b5 Mon Sep 17 00:00:00 2001 From: Kunal Singh Date: Thu, 15 May 2025 22:18:24 +0530 Subject: [PATCH] docs: add brew installation setup in readme Signed-off-by: Kunal Singh --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e2c35b3..4d48e1f 100644 --- a/README.md +++ b/README.md @@ -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).