Skip to content

Commit ed80bb8

Browse files
authored
Merge pull request #468 from chenrui333/doc/add-homebrew-install
doc: add homebrew install instruction
2 parents 295ba48 + 7476976 commit ed80bb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build Status](https://github.com/Yelp/detect-secrets/actions/workflows/ci.yml/badge.svg)](https://github.com/Yelp/detect-secrets/actions/workflows/ci.yml?query=branch%3Amaster++)
22
[![PyPI version](https://badge.fury.io/py/detect-secrets.svg)](https://badge.fury.io/py/detect-secrets)
3+
[![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/detect-secrets.json&query=$.versions.stable&label=homebrew)](https://formulae.brew.sh/formula/detect-secrets)
34
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/Yelp/detect-secrets/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+)
45
[![AMF](https://img.shields.io/badge/Donate-Charity-orange.svg)](https://www.againstmalaria.com/donation.aspx)
56

@@ -202,6 +203,12 @@ $ pip install detect-secrets
202203
✨🍰✨
203204
```
204205

206+
Install via [brew](https://brew.sh/):
207+
208+
```bash
209+
$ brew install detect-secrets
210+
```
211+
205212
## Usage
206213

207214
`detect-secrets` comes with three different tools, and there is often confusion around which one

0 commit comments

Comments
 (0)