diff --git a/README.md b/README.md index d2d30e7..1b625a3 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,12 @@ Follow those simple steps, and your world's cheapest Kube cluster will be up and First and foremost, you need to have a Hetzner Cloud account. You can sign up for free [here](https://hetzner.com/cloud/). -Then you'll need to have [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli), [kubectl](https://kubernetes.io/docs/tasks/tools/) cli, and [hcloud]() the Hetzner cli. The easiest way is to use the [gofish](https://gofi.sh/#install) package manager to install them. +Then you'll need to have [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli), [kubectl](https://kubernetes.io/docs/tasks/tools/) cli, and [hcloud]() the Hetzner cli. The easiest way is to use the [homebrew](https://brew.sh/) package manager to install them (available on Linux, Mac, and Windows Linux Subsystem). ```sh -gofish install terraform -gofish install kubectl -gofish install hcloud +brew install terraform +brew install kubectl +brew install hcloud ``` ### 💡 [Do not skip] Creating the terraform.tfvars file