fix go install instructions (#285)

This commit is contained in:
Dustin Decker 2022-04-04 12:09:09 -07:00 committed by GitHub
parent 24dacc67fb
commit 62e354d103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)