Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/cli/setup-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions docs/develop/go/core-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions docs/develop/typescript/core-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down