File tree Expand file tree Collapse file tree
content/en/docs/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,12 +62,11 @@ Bootstrap your Talos Linux cluster using one of the following tools:
6262{{% tab name="Talm" %}}
6363Talm 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
7170talm --help
7271` ` `
7372{{% /tab %}}
You can’t perform that action at this time.
0 commit comments