VirusTotal / vt-cli

VirusTotal Command Line Interface

Home Page:https://virustotal.github.io/vt-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation issue on macOS

Drjacky opened this issue · comments

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!

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