Skip to content

Commit 33835d5

Browse files
committed
add manual installation instructions
1 parent 483b6a1 commit 33835d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/tutorials/setup-hcloud-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Before you begin, ensure you have the following:
1515
You can download pre-built binaries from our [GitHub releases](https://github.com/hetznercloud/cli/releases).
1616
Install them by extracting the archive and moving the binary to a directory in your `PATH`.
1717

18+
On a 64-bit Linux system, it could look something like this:
19+
20+
```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
24+
```
25+
1826
### 1.2 Installation using Go
1927

2028
If you have Go installed, you can also install hcloud CLI from source using the following command:

0 commit comments

Comments
 (0)