Skip to content

Commit 90fbfe7

Browse files
authored
Update README.md (#113)
Add MacOS instructions with step to remove quarantine.
1 parent 8f6f0fe commit 90fbfe7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,17 @@ $ export PATH=$PATH:$GOBIN
4444
```
4545

4646
##### 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.
4748

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.
4958

5059
```sh
5160
$ brew install virustotal-cli

0 commit comments

Comments
 (0)