diff --git a/docs/src/extensions/agent-servers.md b/docs/src/extensions/agent-servers.md index d870e8c7b29930075be8d9262b4b26584633c3da..fdda0474b7350b857a60c4a9d53c3ce41acd33aa 100644 --- a/docs/src/extensions/agent-servers.md +++ b/docs/src/extensions/agent-servers.md @@ -108,11 +108,13 @@ GitHub Releases are a reliable way to distribute agent server binaries: It's good for security to include SHA-256 hashes of your archives in `extension.toml`. Here's how to generate it: ### macOS and Linux + ```bash shasum -a 256 agent-darwin-arm64.tar.gz ``` ### Windows + ```bash certutil -hashfile agent-windows-x64.zip SHA256 ```