fixed webanalyze go get url; thanks to kernelsndrs

This commit is contained in:
epi052
2020-01-23 19:48:43 -06:00
parent a8c2e88776
commit e49b428e82

View File

@@ -89,7 +89,7 @@ tools = {
"installed": False,
"dependencies": ["go"],
"commands": [
"go get github.com/rverton/webanalyze",
"go get github.com/rverton/webanalyze/...",
"(cd ~/go/src/github.com/rverton/webanalyze && go build && go install)",
],
"shell": True,