Skip to content

Commit

Permalink
Merge pull request #333 from temporalio/EDU-3352
Browse files Browse the repository at this point in the history
EDU-3352: Fix references to macOS to match actual name
  • Loading branch information
fairlydurable authored Dec 2, 2024
2 parents 5f91588 + a25ba36 commit c6610d9
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/go/run_workers_with_cloud_go/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This CA certificate will be used to sign and issue end-entity certificates.
Set the Namespace Name as the common name for the end-entity certificate:

<Tabs>
<TabItem value="macos" label="macOs" default>
<TabItem value="macos" label="macOS" default>

For Linux or macOS:

Expand Down Expand Up @@ -218,7 +218,7 @@ Before running your application, set the following environment variables with th
- `TEMPORAL_NAMESPACE`: The Namespace Name and Account Id associated with your Temporal Cloud environment.

<Tabs>
<TabItem value="macos" label="MacOS">
<TabItem value="macos" label="macOS">

```bash
export TEMPORAL_MTLS_TLS_CERT=/path/to/tls/cert-file.(pem|crt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This CA certificate will be used to sign and issue end-entity certificates.
Set the Namespace Name as the common name for the end-entity certificate:

<Tabs>
<TabItem value="macos" label="macOs" default>
<TabItem value="macos" label="macOS" default>

For Linux or macOS:

Expand Down Expand Up @@ -238,7 +238,7 @@ Before running your application, set the following environment variables with th
- `TEMPORAL_NAMESPACE`: The Namespace Name and Account Id associated with your Temporal Cloud environment.

<Tabs>
<TabItem value="macos" label="MacOS">
<TabItem value="macos" label="macOS">

```bash
export TEMPORAL_MTLS_TLS_CERT=/path/to/tls/cert-file.(pem|crt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This CA certificate will be used to sign and issue end-entity certificates.
Set the Namespace Name as the common name for the end-entity certificate:

<Tabs>
<TabItem value="macos" label="macOs" default>
<TabItem value="macos" label="macOS" default>

For Linux or macOS:

Expand Down Expand Up @@ -204,7 +204,7 @@ Before running your application, set the following environment variables with th
- `TEMPORAL_NAMESPACE`: The Namespace Name and Account Id associated with your Temporal Cloud environment.

<Tabs>
<TabItem value="macos" label="MacOS">
<TabItem value="macos" label="macOS">

```bash
export TEMPORAL_MTLS_TLS_CERT=/path/to/tls/cert-file.(pem|crt)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This CA certificate will be used to sign and issue end-entity certificates.
Set the Namespace Name as the common name for the end-entity certificate:

<Tabs>
<TabItem value="macos" label="macOs" default>
<TabItem value="macos" label="macOS" default>

For Linux or macOS:

Expand Down Expand Up @@ -209,7 +209,7 @@ Before running your application, set the following environment variables with th
- `TEMPORAL_NAMESPACE`: The Namespace Name and Account Id associated with your Temporal Cloud environment.

<Tabs>
<TabItem value="macos" label="MacOS">
<TabItem value="macos" label="macOS">

```bash
export TEMPORAL_MTLS_TLS_CERT=/path/to/tls/cert-file.(pem|crt)
Expand Down
8 changes: 4 additions & 4 deletions docs/tutorials/go/background-check/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ In this chapter you will do the following:

**How to download and install the Temporal CLI**

The Temporal CLI is available on MacOS, Windows, and Linux.
The Temporal CLI is available on macOS, Windows, and Linux.

### MacOS
### macOS

**How to install the Temporal CLI on Mac OS**
**How to install the Temporal CLI on macOS**

Choose one of the following install methods to install the Temporal CLI on MacOS:
Choose one of the following install methods to install the Temporal CLI on macOS:

**Install the Temporal CLI with Homebrew**

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/java/background-check/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Read more in the [Choose a development Cluster](#choose-dev-cluster) section on

## Install the Temporal CLI {#install-cli}

The Temporal CLI is available on MacOS, Windows, and Linux.
The Temporal CLI is available on macOS, Windows, and Linux.
Reference [the documentation](https://docs.temporal.io/cli) for detailed install information.

### Install via download
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/python/background-check/project-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Read more in the [Choose a development Cluster](#choose-dev-cluster) section on

## Install the Temporal CLI {#install-cli}

The Temporal CLI is available on MacOS, Windows, and Linux.
The Temporal CLI is available on macOS, Windows, and Linux.
Reference [the documentation](https://docs.temporal.io/cli) for detailed install information.

### Install via download
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ In this chapter you will do the following:

## Install the Temporal CLI {#install-cli}

The Temporal CLI is available on MacOS, Windows, and Linux.
The Temporal CLI is available on macOS, Windows, and Linux.
Reference [the documentation](https://docs.temporal.io/cli) for detailed install information.

### Install via download
Expand Down

0 comments on commit c6610d9

Please sign in to comment.