From d26536ef0fd6042d4b4e148f9e0793204b29d9f7 Mon Sep 17 00:00:00 2001 From: A-Amine Touahria <62561354+ahmedtouahria@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:55:20 +0100 Subject: [PATCH] add github installation This method helps to install the package easily from GitHub source --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 714ea69..3ddd33b 100644 --- a/README.md +++ b/README.md @@ -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.