Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Nov 14, 2021
1 parent 35af1c6 commit 0aff09e
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 @@ -54,7 +54,7 @@ An example configuration file can be found [here](https://github.com/lc/gau/blob
## Installation:
### From source:
```
$ go install github.com/lc/gau/v2
$ go install github.com/lc/gau/v2/cmd/gau@latest
```

### From binary:
Expand All @@ -72,7 +72,7 @@ docker run gau example.com
Bear in mind that piping command (echo "example.com" | gau) will not work with the docker container

```bash
$ tar xvf gau_2.0.0_linux_amd64.tar.gz
$ tar xvf gau_2.0.4_linux_amd64.tar.gz
$ mv gau /usr/bin/gau
```

Expand Down

0 comments on commit 0aff09e

Please sign in to comment.