Skip to content

Commit bd513b1

Browse files
Separate out CLI installation instructions to file (#102)
1 parent 6495e59 commit bd513b1

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

SKILL.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,7 @@ See `references/core/determinism.md` for detailed explanation.
4848

4949
### Ensure Temporal CLI is installed
5050

51-
Check if `temporal` CLI is installed. If not, follow these instructions:
52-
53-
#### macOS
54-
55-
```
56-
brew install temporal
57-
```
58-
59-
#### Linux
60-
61-
Check your machine's architecture and download the appropriate archive:
62-
63-
- [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64)
64-
- [Linux arm64](https://temporal.download/cli/archive/latest?platform=linux&arch=arm64)
65-
66-
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
67-
68-
#### Windows
69-
70-
Check your machine's architecture and download the appropriate archive:
71-
72-
- [Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64)
73-
- [Windows arm64](https://temporal.download/cli/archive/latest?platform=windows&arch=arm64)
74-
75-
Once you've downloaded the file, extract the downloaded archive and add the temporal.exe binary to your PATH.
51+
Check if `temporal` CLI is installed. If not, follow the instructions at `references/core/install_cli.md` to install it for your platform.
7652

7753
### Read All Relevant References
7854

references/core/install_cli.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# How to install Temporal CLI
2+
3+
## macOS
4+
5+
```
6+
brew install temporal
7+
```
8+
9+
## Linux
10+
11+
Check your machine's architecture and download the appropriate archive:
12+
13+
- [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64)
14+
- [Linux arm64](https://temporal.download/cli/archive/latest?platform=linux&arch=arm64)
15+
16+
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
17+
18+
## Windows
19+
20+
Check your machine's architecture and download the appropriate archive:
21+
22+
- [Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64)
23+
- [Windows arm64](https://temporal.download/cli/archive/latest?platform=windows&arch=arm64)
24+
25+
Once you've downloaded the file, extract the downloaded archive and add the temporal.exe binary to your PATH.

0 commit comments

Comments
 (0)