Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Aug 18, 2024
1 parent cc03f6a commit 674cc9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ You need to install these dependencies first:
##### Intel

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v1.1.5/hetzner-k3s-macos-amd64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.0/hetzner-k3s-macos-amd64
chmod +x hetzner-k3s-macos-amd64
sudo mv hetzner-k3s-macos-amd64 /usr/local/bin/hetzner-k3s
```

##### Apple Silicon / M1

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v1.1.5/hetzner-k3s-macos-arm64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.0/hetzner-k3s-macos-arm64
chmod +x hetzner-k3s-macos-arm64
sudo mv hetzner-k3s-macos-arm64 /usr/local/bin/hetzner-k3s
```
Expand All @@ -52,15 +52,15 @@ sudo mv hetzner-k3s-macos-arm64 /usr/local/bin/hetzner-k3s
#### amd64

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v1.1.5/hetzner-k3s-linux-amd64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.0/hetzner-k3s-linux-amd64
chmod +x hetzner-k3s-linux-amd64
sudo mv hetzner-k3s-linux-amd64 /usr/local/bin/hetzner-k3s
```

#### arm

```bash
wget https://github.com/vitobotta/hetzner-k3s/releases/download/v1.1.5/hetzner-k3s-linux-arm64
wget https://github.com/vitobotta/hetzner-k3s/releases/download/2.0.0/hetzner-k3s-linux-arm64
chmod +x hetzner-k3s-linux-arm64
sudo mv hetzner-k3s-linux-arm64 /usr/local/bin/hetzner-k3s
```
Expand Down

0 comments on commit 674cc9f

Please sign in to comment.