mirror of
https://github.com/taygun08/spoof_checker.git
synced 2026-08-27 03:41:53 +00:00
Update README.md
just link fix
This commit is contained in:
parent
269307756d
commit
5cd97130be
1 changed files with 2 additions and 2 deletions
|
|
@ -23,13 +23,13 @@ A command-line tool written in Go that checks domains for email spoofing vulnera
|
|||
You can install this tool using Go:
|
||||
|
||||
```bash
|
||||
go install github.com/taygun/spoof_checker@latest
|
||||
go install github.com/taygun08/spoof_checker@latest
|
||||
```
|
||||
|
||||
Or clone the repository and install locally:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/taygun/spoof_checker.git
|
||||
git clone https://github.com/taygun08/spoof_checker.git
|
||||
cd spoof_checker
|
||||
go build -o spoof_check
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue