Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 3e73002

Browse files
authored
update readme with new build location
default build instructions now create the binary at ./bin/k3c
1 parent e0ff6cc commit 3e73002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ Have a working `k3s` installation with a working `$HOME/.kube/config` or `$KUBEC
5757

5858
```bash
5959
# Installation on a single-node cluster
60-
./k3c install --agent-image=docker.io/${ORG}/k3c
60+
./bin/k3c install --agent-image=docker.io/${ORG}/k3c
6161
```
6262

6363
```bash
6464
# Installation on a multi-node cluster, targeting a Node named "my-builder-node"
65-
./k3c install --agent-image=docker.io/${ORG}/k3c --selector k3s.io/hostname=my-builder-node
65+
./bin/k3c install --agent-image=docker.io/${ORG}/k3c --selector k3s.io/hostname=my-builder-node
6666

6767
```
6868

@@ -72,7 +72,7 @@ installing on multi-node clusters. Upon successful installation this node will a
7272
Build images like you would with `docker`
7373

7474
```
75-
$ ./k3c --help
75+
$ ./bin/k3c --help
7676
Usage:
7777
k3c [flags]
7878
k3c [command]

0 commit comments

Comments
 (0)