Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticaltech authored Mar 29, 2023
1 parent 192866e commit b6210f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ brew install hcloud
_Optionally, for future usage, save that command as an alias in your shell preferences, like so:_

```sh
alias createkh='tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" <https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh> && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"'
alias createkh='tmp_script=$(mktemp) && curl -sSL -o "${tmp_script}" https://raw.githubusercontent.com/kube-hetzner/terraform-hcloud-kube-hetzner/master/scripts/create.sh && chmod +x "${tmp_script}" && "${tmp_script}" && rm "${tmp_script}"'
```

_For the curious, here is what the script does:_
Expand Down

0 comments on commit b6210f2

Please sign in to comment.