From 2fec49d05ce21e10266c3a5e1aff83f122ee21ef Mon Sep 17 00:00:00 2001 From: cyclone <34043806+cyclone-github@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:39:49 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad13212..4059af7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,13 @@ Wordlist & ngram creation tool to crawl a given url and create wordlists and/or ### Compile from source: - If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code. -- Compile from source code info: +- This assumes you have Go and Git installed + - `git clone https://github.com/cyclone-github/spider.git` + - `cd spider` + - `go mod init spider` + - `go mod tidy` + - `go build -ldflags="-s -w" .` +- Compile from source code how-to: - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt ### Change Log: - https://github.com/cyclone-github/spider/blob/main/CHANGELOG.md @@ -26,4 +32,4 @@ Wordlist & ngram creation tool to crawl a given url and create wordlists and/or ### Antivirus False Positives: - Several antivirus programs on VirusTotal incorrectly detect compiled Go binaries as a false positive. This issue primarily affects the Windows executable binary, but is not limited to it. If this concerns you, I recommend carefully reviewing the source code, then proceed to compile the binary yourself. -- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well. \ No newline at end of file +- Uploading your compiled binaries to https://virustotal.com and leaving an up-vote or a comment would be helpful as well.