Skip to content

Commit

Permalink
Merge pull request #34 from CptIdea/main
Browse files Browse the repository at this point in the history
add go install feature to install gosearch without cloning from the repository.
  • Loading branch information
ibnaleem authored Jan 11, 2025
2 parents 0aa03cf + 48ac577 commit 8218978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ For Windows:
```
C:\Users\***\gosearch> gosearch.exe <username>
```
Install using go:
```
$ go install github.com/ibnaleem/gosearch@latest
```
## Use Cases
GoSearch allows you to search [breachdirectory.org](https://breachdirectory.org) for compromised passwords associated with a specific username. To fully utilise GoSearch, follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gosearch
module github.com/ibnaleem/gosearch

go 1.23.3

Expand Down

0 comments on commit 8218978

Please sign in to comment.