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.
2 parents 806e7ea + e6e0128 commit d813ec5Copy full SHA for d813ec5
docs/Adding pluginval to CI.md
@@ -37,7 +37,14 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
37
> if %ERRORLEVEL% neq 0 exit /b 1
38
```
39
40
-##### Chocolatey (Windows)
+*Alternatively you can use these URL for each of the platforms:*
41
+```
42
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_macOS.zip
43
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Linux.zip
44
+https://github.com/Tracktion/pluginval/releases/latest/download/pluginval_Windows.zip
45
46
+
47
+*Or install via Chocolatey on Windows*
48
```sh
49
> choco install pluginval
-```
50
0 commit comments