Skip to content

Commit 2f2f624

Browse files
authored
docs: pin download link to latest version (#1073)
This way we don't risk users downloading outdated versions
1 parent fe5740e commit 2f2f624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/setup-hcloud-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install them by extracting the archive and moving the binary to a directory in y
1818
On a 64-bit Linux system, it could look something like this:
1919

2020
```bash
21-
curl -sSLO https://github.com/hetznercloud/cli/releases/download/v1.51.0/hcloud-linux-amd64.tar.gz
21+
curl -sSLO https://github.com/hetznercloud/cli/releases/latest/download/hcloud-linux-amd64.tar.gz
2222
sudo tar -C /usr/local/bin --no-same-owner -xzf hcloud-linux-amd64.tar.gz hcloud
2323
rm hcloud-linux-amd64.tar.gz
2424
```

0 commit comments

Comments
 (0)