You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ pip install -e ".[dev]"
71
71
72
72
### Pre-built Binaries (Standalone)
73
73
74
-
For systems without Python or pip, download standalone executables from the [GitHub Actions artifacts](https://github.com/slauger/check_netscaler/actions/workflows/pyinstaller.yml):
74
+
For systems without Python or pip, download standalone executables from the [Releases page](https://github.com/slauger/check_netscaler/releases):
75
75
76
76
-**Linux**: `check_netscaler-linux`
77
77
-**macOS**: `check_netscaler-macos`
@@ -88,8 +88,6 @@ chmod +x check_netscaler-linux
88
88
check_netscaler-windows.exe --help
89
89
```
90
90
91
-
Binaries are built automatically on every push and are available as workflow artifacts for 30 days.
0 commit comments