We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a037330 commit 806e7eaCopy full SHA for 806e7ea
docs/Adding pluginval to CI.md
@@ -36,3 +36,8 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
36
> pluginval.exe --validate-in-process --output-dir "./bin" --validate "<path_to_plugin>"
37
> if %ERRORLEVEL% neq 0 exit /b 1
38
```
39
+
40
+##### Chocolatey (Windows)
41
+```sh
42
+> choco install pluginval
43
+```
0 commit comments