VirusTotal / vt-cli

VirusTotal Command Line Interface
https://virustotal.github.io/vt-cli/
Apache License 2.0
757 stars 69 forks source link

Installation issue on macOS #58

Closed Drjacky closed 1 year ago

Drjacky commented 1 year ago

I cloned the repo. The Go version is 1.19.5. When I run make install:

➜ vt-cli git:(master) make install go install -ldflags "-X github.com/VirusTotal/vt-cli/cmd.Version=" github.com/VirusTotal/vt-cli/vt ➜ vt-cli git:(master)

And when I run the go install -ldflags "-X github.com/VirusTotal/vt-cli/cmd.Version=" github.com/VirusTotal/vt-cli/vt directly, nothing happens!

mgmacias95 commented 1 year ago

Hello @Drjacky,

You can download a macos binary directly from our releases page: https://github.com/VirusTotal/vt-cli/releases/tag/0.10.4.

I feel this will be easier than compiling it by yourself.

Regards, Marta