diff --git a/docs/cli/setup-cli.mdx b/docs/cli/setup-cli.mdx index 291f4e30ef..cf1e2dcfd0 100644 --- a/docs/cli/setup-cli.mdx +++ b/docs/cli/setup-cli.mdx @@ -55,6 +55,12 @@ Install with Homebrew (if available): brew install temporal ``` +Or install with Snap: + +```bash +snap install temporal +``` + Or download from the CDN: - [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64) diff --git a/docs/develop/go/core-application.mdx b/docs/develop/go/core-application.mdx index ab5b959347..da22ca222f 100644 --- a/docs/develop/go/core-application.mdx +++ b/docs/develop/go/core-application.mdx @@ -108,6 +108,12 @@ Choose one of the following install methods to install the Temporal CLI on Linux brew install temporal ``` +**Install the Temporal CLI with Snap** + +```bash +snap install temporal +``` + **Install the Temporal CLI from CDN** 1. Select the platform and architecture needed. diff --git a/docs/develop/typescript/core-application.mdx b/docs/develop/typescript/core-application.mdx index d5a513538f..01322d93d6 100644 --- a/docs/develop/typescript/core-application.mdx +++ b/docs/develop/typescript/core-application.mdx @@ -83,6 +83,12 @@ Choose one of the following install methods to install the Temporal CLI on Linux brew install temporal ``` +**Install the Temporal CLI with Snap** + +```bash +snap install temporal +``` + **Install the Temporal CLI from CDN** 1. Select the platform and architecture needed.