mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 15:14:38 +00:00
fix go install instructions (#285)
This commit is contained in:
parent
24dacc67fb
commit
62e354d103
1 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,11 @@ For every potential credential that is detected, we've painstakingly implemented
|
|||
Several options:
|
||||
|
||||
### 1. Go
|
||||
`go install github.com/trufflesecurity/trufflehog.git@latest`
|
||||
```
|
||||
git clone https://github.com/trufflesecurity/trufflehog.git
|
||||
|
||||
cd trufflehog; go install
|
||||
```
|
||||
|
||||
### 2. [Release binaries](https://github.com/trufflesecurity/trufflehog/releases)
|
||||
|
||||
|
|
Loading…
Reference in a new issue