Skip to content

Commit 57dad17

Browse files
committed
[docs] Use universal install script for Talm
Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
1 parent 2a916e9 commit 57dad17

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

content/en/docs/getting-started/first-deployment.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ Bootstrap your Talos Linux cluster using one of the following tools:
6262
{{% tab name="Talm" %}}
6363
Talm is a utility tool for bootstrapping and managing Talos clusters in a declarative way.
6464

65-
Visit the [releases page](https://github.com/cozystack/talm/releases) for the latest Talm binaries.
65+
Visit the [releases page](https://github.com/cozystack/talm/releases) for the latest Talm binaries
66+
or use the universal installation script:
6667

6768
```bash
68-
sudo curl -fLo /usr/local/bin/talm \
69-
https://github.com/cozystack/talm/releases/latest/download/talm-linux-amd64
70-
sudo chmod +x /usr/local/bin/talm
69+
curl -sSL https://github.com/cozystack/talm/raw/refs/heads/main/hack/install.sh | sh -s
7170
talm --help
7271
```
7372
{{% /tab %}}

0 commit comments

Comments
 (0)