Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Mar 2, 2021
1 parent 09fd85a commit 985bb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ We are now shipping binaries for each of the releases so that you don't even hav

If you're stupid enough to trust binaries that I've put together, you can download them from the [releases](https://github.com/OJ/gobuster/releases) page.

### Using `go get`
### Using `go install`

If you have a [Go](https://golang.org/) environment ready to go, it's as easy as:
If you have a [Go](https://golang.org/) environment ready to go (at least go 1.16), it's as easy as:

```bash
go get github.com/OJ/gobuster
go install github.com/OJ/gobuster/v3@latest
```

PS: You need at least go 1.16.0 to compile gobuster.
Expand All @@ -191,7 +191,7 @@ Since this tool is written in [Go](https://golang.org/) you need to install the

### Compiling

`gobuster` now has external dependencies, and so they need to be pulled in first:
`gobuster` has external dependencies, and so they need to be pulled in first:

```bash
go get && go build
Expand Down

0 comments on commit 985bb16

Please sign in to comment.