Skip to content

Commit 2068b95

Browse files
authored
Mention support for Chocolatey installation (#92)
1 parent d758174 commit 2068b95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ For Windows users, there's a [Winget manifest](https://github.com/microsoft/wing
5959
winget install VirusTotal.vt-cli
6060
```
6161

62+
Chocolatey is [also supported](https://community.chocolatey.org/packages/vt-cli) (Also not maintained by VirusTotal):
63+
64+
```powershell
65+
choco install vt-cli
66+
```
67+
6268
### A note on Window's console
6369

6470
If you plan to use `vt-cli` in Windows on a regular basis we highly recommend you avoid the standard Windows console and use [Cygwin](https://www.cygwin.com/) instead. The Windows console is *very* slow when printing large amounts of text (as `vt-cli` usually does) while Cygwin performs much better. Additionally, you can benefit from Cygwin's support for command auto-completion, a handy feature that the Windows console doesn't offer. In order to take advantage of auto-completion make sure to include the `bash-completion` package while installing Cygwin.

0 commit comments

Comments
 (0)