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
4 changes: 2 additions & 2 deletions docs/cli/setup-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Extract the archive and add the `temporal` binary to your `PATH`.

<TabItem value="linuxinstall" label="Linux">

Install with Homebrew (if available):
Install with Snap:

```bash
brew install temporal
snap install temporal
```

Or download from the CDN:
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/go/core-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/develop/typescript/core-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down