diff --git a/SKILL.md b/SKILL.md index fe6650c..ff770cd 100644 --- a/SKILL.md +++ b/SKILL.md @@ -48,31 +48,7 @@ See `references/core/determinism.md` for detailed explanation. ### Ensure Temporal CLI is installed -Check if `temporal` CLI is installed. If not, follow these instructions: - -#### macOS - -``` -brew install temporal -``` - -#### Linux - -Check your machine's architecture and download the appropriate archive: - -- [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64) -- [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 - -#### Windows - -Check your machine's architecture and download the appropriate archive: - -- [Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64) -- [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. +Check if `temporal` CLI is installed. If not, follow the instructions at `references/core/install_cli.md` to install it for your platform. ### Read All Relevant References diff --git a/references/core/install_cli.md b/references/core/install_cli.md new file mode 100644 index 0000000..4421172 --- /dev/null +++ b/references/core/install_cli.md @@ -0,0 +1,25 @@ +# How to install Temporal CLI + +## macOS + +``` +brew install temporal +``` + +## Linux + +Check your machine's architecture and download the appropriate archive: + +- [Linux amd64](https://temporal.download/cli/archive/latest?platform=linux&arch=amd64) +- [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 + +## Windows + +Check your machine's architecture and download the appropriate archive: + +- [Windows amd64](https://temporal.download/cli/archive/latest?platform=windows&arch=amd64) +- [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. \ No newline at end of file