diff --git a/README.md b/README.md index e2c35b3..061ec87 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ pnpm add - [🔥 Features](#-features) - [Supported Package Managers](#supported-package-managers) - [Installation](#installation) + - [Homebrew](#homebrew) - [Binaries](#binaries) - [Build from Source](#build-from-source) - [Usage](#usage) @@ -89,6 +90,15 @@ PMG supports the following package managers: ## Installation +### Homebrew + +You can install `pmg` 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).