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
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,32 @@ Download the latest binary for your platform from [GitHub Releases](https://gith
51
51
| Linux | ARM64 |`modelslab_linux_arm64.tar.gz`|
52
52
| Windows | x86_64 |`modelslab_windows_amd64.zip`|
53
53
54
+
### Update
55
+
56
+
```bash
57
+
# Check whether a newer release is available
58
+
modelslab update --check
59
+
60
+
# Download, verify, and install the latest GitHub release
61
+
modelslab update
62
+
```
63
+
64
+
The CLI also checks for updates periodically during normal human-readable commands and prints a short notice when a newer release is available. It stays silent for `--output json`, `--jq`, shell completions, and MCP server mode. Disable the startup check for one command with `--no-update-check`, or persistently with:
0 commit comments