Fixed the brew install tap command (#911)

* Fixed the brew install tap command

It seems you need to run the full tap, not just trufflehog.

Signed-off-by: JJ Asghar <awesome@ibm.com>

* Update README.md

Signed-off-by: JJ Asghar <awesome@ibm.com>
Co-authored-by: Dustin Decker <dustin@trufflesec.com>
This commit is contained in:
JJ Asghar 2022-11-11 14:21:47 -06:00 committed by GitHub
parent bb0fa055dc
commit aead0425d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,8 +147,7 @@ Help with setting up this packaging would be appreciated!
### 5. Brew
```bash
brew tap trufflesecurity/trufflehog
brew install trufflehog
brew install trufflesecurity/trufflehog/trufflehog
```
## Usage