Skip to content

Commit d813ec5

Browse files
authored
Merge branch 'develop' into installViaChocolatey
2 parents 806e7ea + e6e0128 commit d813ec5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/Adding pluginval to CI.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ $ ./pluginval --validate-in-process --output-dir "./bin" --validate "<path_to_pl
3737
> if %ERRORLEVEL% neq 0 exit /b 1
3838
```
3939
40-
##### Chocolatey (Windows)
40+
*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*
4148
```sh
4249
> choco install pluginval
43-
```
50+
```

0 commit comments

Comments
 (0)