Skip to content

Commit 62e354d

Browse files
fix go install instructions (#285)
1 parent 24dacc6 commit 62e354d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ For every potential credential that is detected, we've painstakingly implemented
4444
Several options:
4545

4646
### 1. Go
47-
`go install github.com/trufflesecurity/trufflehog.git@latest`
47+
```
48+
git clone https://github.com/trufflesecurity/trufflehog.git
49+
50+
cd trufflehog; go install
51+
```
4852

4953
### 2. [Release binaries](https://github.com/trufflesecurity/trufflehog/releases)
5054

0 commit comments

Comments
 (0)