Skip to content

Commit 6d104a0

Browse files
authored
Merge pull request #1 from MrMahile/patch-1
Update README.md
2 parents d3799fd + 04dc223 commit 6d104a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
<a href="#workflow">Workflow</a>
1919
</p>
2020

21+
## Prerequisites
22+
Before installing gitrepoenum, ensure you have:
23+
24+
```
25+
TruffleHog (for vulnerability scanning):
26+
git clone https://github.com/trufflesecurity/trufflehog.git
27+
cd trufflehog; go install
28+
29+
Notify (for Discord notifications):
30+
go install -v github.com/projectdiscovery/notify/cmd/notify@latest
31+
```
32+
2133
## Installation
2234
```
2335
go install github.com/rix4uni/gitrepoenum@latest

0 commit comments

Comments
 (0)