Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
x90skysn3k committed Dec 14, 2024
1 parent 0fa5be0 commit 12d75a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ Brutespray has been re-written in Golang, eliminating the requirement for additi

<img src="https://i.imgur.com/6fQI6Qs.png" width="500">

# Installation
# Install

```
go install github.com/x90skysn3k/brutespray@latest
```

[Release Binaries](https://github.com/x90skysn3k/brutespray/releases)

To Build:

```go build -o brutespray main.go```
```
go build -o brutespray main.go
```

# Usage

Expand Down

0 comments on commit 12d75a4

Please sign in to comment.