mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
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:
parent
bb0fa055dc
commit
aead0425d9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue