From 2bca8fa37c6ffa299b9d1282b34a478d915dcfca Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 1 Sep 2021 21:05:58 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a712da2..e641d53 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you want to follow along or try OpenMPI on Kubernetes out for yourself, you c 2. Install `kubectl`. This is the Kubernetes CLI tool. It's how you interface with Kubernetes. [Grab it here.](https://kubernetes.io/docs/tasks/tools/install-kubectl/) 3. Install Minikube. Minikube is a software tool that creates a Kubernetes cluster with VMs on your local machine. This is an excellent tool for testing deployments. [Get it here.](https://kubernetes.io/docs/tasks/tools/install-minikube/) 4. Install Helm. Helm is a Kubernetes package manager used by the cluster framework. [Here's the link.](https://helm.sh/docs/using_helm/#installing-helm) -5. Clone this repository to your computer using Git: `git clone https://git.glmdev.tech/glmdev/k8s-hpc-demo` +5. Clone this repository to your computer using Git: `git clone https://code.garrettmills.dev/garrettmills/k8s-hpc-demo` That's it! You're ready to start using the Kubernetes cluster on your computer.