You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,17 @@ $ export PATH=$PATH:$GOBIN
44
44
```
45
45
46
46
##### Mac OS
47
+
Download the MacOS package from [the releases page](https://github.com/VirusTotal/vt-cli/releases). Copy the file to a location in your PATH, then remove the quarantine flag.
47
48
48
-
For Mac OS users, there's a [brew formula](https://formulae.brew.sh/formula/virustotal-cli) available. Please note this is not maintained by VirusTotal.
49
+
```sh
50
+
$ unzip MacOSX.zip
51
+
$ mkdir -p $HOME/bin
52
+
$ mv vt $HOME/bin
53
+
$ export PATH=$PATH:$HOME/bin
54
+
$ xattr -d com.apple.quarantine $HOME/bin/vt
55
+
```
56
+
57
+
Alternative solution for Mac OS users, there's a [brew formula](https://formulae.brew.sh/formula/virustotal-cli) available. Please note this is not maintained by VirusTotal.
0 commit comments