Skip to content

Commit

Permalink
Merge branch 'temporalio:main' into project-based-tutorial-python
Browse files Browse the repository at this point in the history
  • Loading branch information
GSmithApps authored Aug 29, 2024
2 parents 10a6db1 + 2b78f83 commit b61afa4
Show file tree
Hide file tree
Showing 8 changed files with 380 additions and 18 deletions.
22 changes: 4 additions & 18 deletions docs/getting_started/_temporal_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,22 @@ Temporal CLI is a tool for interacting with the Temporal Service from the comman

Install Temporal CLI on your local machine using the following instructions for your platform.

:::info Temporal CLI Version

We recommend Temporal CLI version 0.11.0 for our courses and tutorials.

:::
<Tabs groupId="os" queryString>
<TabItem value="mac" label="macOS">

To install Temporal CLI, download the version for your architecture:

- [Download Temporal CLI for Intel Macs](https://temporal.download/cli/archive/v0.11.0?platform=darwin&arch=amd64)
- [Download Temporal CLI for Apple Silicon Macs](https://temporal.download/cli/archive/v0.11.0?platform=darwin&arch=arm64)

Once you've downloaded the file, extract the downloaded archive and add the `temporal` binary to your `PATH` by copying it to a directory like `/usr/local/bin`.

<!--
You can install the latest version with [Homebrew](https://brew.sh) using the following command:

```command
brew install temporal
```
-->

</TabItem>
<TabItem value="win" label="Windows">

To install Temporal CLI on Windows, download the version for your architecture:

- [Download Temporal CLI for Windows amd64](https://temporal.download/cli/archive/v0.11.0?platform=windows&arch=amd64)
- [Download Temporal CLI for Windows arm64](https://temporal.download/cli/archive/v0.11.0?platform=windows&arch=arm64)
- [Download Temporal CLI for Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64)
- [Download Temporal CLI for Windows arm64](https://temporal.download/cli/archive/latest?platform=windows&arch=arm64)

Once you've downloaded the file, extract the downloaded archive and add the `temporal.exe` binary to your `PATH`.

Expand All @@ -43,8 +29,8 @@ Once you've downloaded the file, extract the downloaded archive and add the `tem

To install Temporal CLI, download the version for your architecture

- [Download Temporal CLI for Linux amd64](https://temporal.download/cli/archive/v0.11.0?platform=linux&arch=amd64)
- [Download Temporal CLI for Linux arm64](https://temporal.download/cli/archive/v0.11.0?platform=linux&arch=arm64)
- [Download Temporal CLI for Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64)
- [Download Temporal CLI for Linux arm64](https://temporal.download/cli/archive/latest?platform=linux&arch=arm64)

Once you've downloaded the file, extract the downloaded archive and add the `temporal` binary to your `PATH` by copying it to a directory like `/usr/local/bin`.

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions static/courses/intro-to-temporal/h5p/q5-company-values.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit b61afa4

Please sign in to comment.