From 3e73002e85a038b5f1a4595667a657057a67aa55 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Fri, 22 Jan 2021 01:52:04 -0700 Subject: [PATCH] update readme with new build location default build instructions now create the binary at ./bin/k3c --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bab67e7..b7409f1 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ Have a working `k3s` installation with a working `$HOME/.kube/config` or `$KUBEC ```bash # Installation on a single-node cluster -./k3c install --agent-image=docker.io/${ORG}/k3c +./bin/k3c install --agent-image=docker.io/${ORG}/k3c ``` ```bash # Installation on a multi-node cluster, targeting a Node named "my-builder-node" -./k3c install --agent-image=docker.io/${ORG}/k3c --selector k3s.io/hostname=my-builder-node +./bin/k3c install --agent-image=docker.io/${ORG}/k3c --selector k3s.io/hostname=my-builder-node ``` @@ -72,7 +72,7 @@ installing on multi-node clusters. Upon successful installation this node will a Build images like you would with `docker` ``` -$ ./k3c --help +$ ./bin/k3c --help Usage: k3c [flags] k3c [command]