From 5c500d444cc5c5e46d9a1f74df361d245c2faf25 Mon Sep 17 00:00:00 2001 From: JakeConnors376W <46732192+JakeConnors376W@users.noreply.github.com> Date: Mon, 4 Mar 2019 15:16:59 -0800 Subject: [PATCH] Improve clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea7bb8dad1..3378049f73 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ That's it. Accessing cluster from outside ----------------------------- -Copy the file `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then edit it and replace -"localhost" with the IP or name of the k3s server. Now you can use `kubectl` to manage your k3s cluster. +Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as `~/.kube/config`. Then replace +"localhost" with the IP or name of your k3s server. `kubectl` can now manage your k3s cluster. Auto-deploying manifests ------------------------