Skip to content

Commit 44d716a

Browse files
authored
docs: fix release download url for linux setup (#1066)
Use linux instead of darwin for the linux release.
1 parent 7479cf1 commit 44d716a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tutorials/setup-hcloud-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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 -LO https://github.com/hetznercloud/cli/releases/download/v1.50.0/hcloud-darwin-amd64.tar.gz
22-
sudo tar -C /usr/local/bin -xzf hcloud-darwin-amd64.tar.gz
23-
rm hcloud-darwin-amd64.tar.gz
21+
curl -LO https://github.com/hetznercloud/cli/releases/download/v1.51.0/hcloud-linux-amd64.tar.gz
22+
sudo tar -C /usr/local/bin -xzf hcloud-linux-amd64.tar.gz
23+
rm hcloud-linux-amd64.tar.gz
2424
```
2525

2626
### 1.2 Installation using Go

0 commit comments

Comments
 (0)