From 64bbcd3d8eb4a9bfc7d0833bc1ff845a146047d0 Mon Sep 17 00:00:00 2001 From: Pierre Tholoniat Date: Fri, 2 Apr 2021 17:48:12 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c29eaa..7bc5ee3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This section explains how to install the system and walks through a simple examp PrivateKube needs a Kubernetes cluster to run. If you don't have a cluster, you can install a lightweight Microk8s cluster on a decent laptop. Kubeflow requires more resources but it is not required in this section. -Below are the instruction to install and configure a lightweight cluster on Ubuntu. For other platforms, see [https://microk8s.io/](https://microk8s.io/). +Below are the instructions to install and configure a lightweight cluster on Ubuntu. For other platforms, see [https://microk8s.io/](https://microk8s.io/). ```bash sudo snap install microk8s --classic @@ -313,4 +313,4 @@ cd dpfscheduler go build ./dpfscheduler --kubeconfig "$HOME/.kube/config" --n=10 -``` \ No newline at end of file +```