projectdiscovery / wappalyzergo

A high performance go implementation of Wappalyzer Technology Detection Library
MIT License
698 stars 107 forks source link

Fix installation hint in README.md #29

Closed antonydevanchi closed 1 year ago

antonydevanchi commented 1 year ago

Current version:

➜ go install github.com/projectdiscovery/wappalyzergo/cmd/update-fingerprints

go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/projectdiscovery/wappalyzergo/cmd/update-fingerprints@latest' to install the latest version

New version:

➜ go install -v github.com/projectdiscovery/wappalyzergo/cmd/update-fingerprints@latest

go: downloading github.com/projectdiscovery/wappalyzergo v0.0.65
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information