Skip to content

Commit d8d7bda

Browse files
authored
docs: add brew installation setup in readme (#25)
* docs: add brew installation setup in readme Signed-off-by: Kunal Singh <kunalsin9h@gmail.com> * updated TOC Signed-off-by: Kunal Singh <kunalsin9h@gmail.com> * removed also for 1st install option Signed-off-by: Kunal Singh <kunalsin9h@gmail.com> --------- Signed-off-by: Kunal Singh <kunalsin9h@gmail.com>
1 parent 7c9681e commit d8d7bda

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pnpm add <package-name>
5656
- [🔥 Features](#-features)
5757
- [Supported Package Managers](#supported-package-managers)
5858
- [Installation](#installation)
59+
- [Homebrew](#homebrew)
5960
- [Binaries](#binaries)
6061
- [Build from Source](#build-from-source)
6162
- [Usage](#usage)
@@ -89,6 +90,15 @@ PMG supports the following package managers:
8990
9091
## Installation
9192

93+
### Homebrew
94+
95+
You can install `pmg` using `homebrew` in MacOS and Linux
96+
97+
```bash
98+
brew tap safedep/tap
99+
brew install safedep/tap/pmg
100+
```
101+
92102
### Binaries
93103

94104
Download the latest binary from the [releases page](https://github.com/safedep/pmg/releases).

0 commit comments

Comments
 (0)