Skip to content

Commit

Permalink
Merge pull request #90 from ahmedtouahria/patch-1
Browse files Browse the repository at this point in the history
add github installation
  • Loading branch information
lc committed Feb 11, 2023
2 parents 04f96be + d26536e commit e75ad3d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@ An example configuration file can be found [here](https://github.com/lc/gau/blob
```
$ go install github.com/lc/gau/v2/cmd/gau@latest
```

### From github :
```
git clone https://github.com/lc/gau.git; \
cd gau/cmd; \
go build; \
sudo mv gau /usr/local/bin/; \
gau --version;
```
### From binary:
You can download the pre-built binaries from the [releases](https://github.com/lc/gau/releases/) page and then move them into your $PATH.

Expand Down

0 comments on commit e75ad3d

Please sign in to comment.