diff --git a/docs/cli/setup-cli.mdx b/docs/cli/setup-cli.mdx index 291f4e30ef..5f58ff9eee 100644 --- a/docs/cli/setup-cli.mdx +++ b/docs/cli/setup-cli.mdx @@ -49,10 +49,10 @@ Extract the archive and add the `temporal` binary to your `PATH`. -Install with Homebrew (if available): +Install with Snap: ```bash -brew install temporal +snap install temporal ``` Or download from the CDN: diff --git a/docs/develop/go/core-application.mdx b/docs/develop/go/core-application.mdx index ab5b959347..1edc513326 100644 --- a/docs/develop/go/core-application.mdx +++ b/docs/develop/go/core-application.mdx @@ -102,10 +102,10 @@ brew install temporal Choose one of the following install methods to install the Temporal CLI on Linux: -**Install the Temporal CLI with Homebrew** +**Install the Temporal CLI with Snap** ```bash -brew install temporal +snap install temporal ``` **Install the Temporal CLI from CDN** diff --git a/docs/develop/typescript/core-application.mdx b/docs/develop/typescript/core-application.mdx index d5a513538f..6dec1958d6 100644 --- a/docs/develop/typescript/core-application.mdx +++ b/docs/develop/typescript/core-application.mdx @@ -77,10 +77,10 @@ brew install temporal Choose one of the following install methods to install the Temporal CLI on Linux: -**Install the Temporal CLI with Homebrew** +**Install the Temporal CLI with Snap** ```bash -brew install temporal +snap install temporal ``` **Install the Temporal CLI from CDN**