Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Installing executables with "go get" in module mode is deprecated.
"go install pkg@version" should be used instead.
For more information, see https://go.dev/doc/go-get-install-deprecation
  • Loading branch information
adilsoybali authored Jan 9, 2022
1 parent 42db604 commit c7e593a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There are also various search engines supported by go-dork, including Google, Sh
- If you have [Go 1.15+](https://golang.org/dl/) compiler installed and configured:

```bash
> GO111MODULE=on go get -v -u dw1.io/go-dork
> GO111MODULE=on go install dw1.io/go-dork@latest
```

## Usage
Expand Down Expand Up @@ -138,4 +138,4 @@ If you are still confused or found a bug, please [open the issue](https://github

## License

MIT. See `LICENSE` for more details.
MIT. See `LICENSE` for more details.

0 comments on commit c7e593a

Please sign in to comment.