From 117812954553cd14864a7e7dbedda3fae55e8522 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Sun, 3 Apr 2022 09:46:55 +0200 Subject: [PATCH] replaced gofish by brew --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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