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

Commit

Permalink
update readme with new build location
Browse files Browse the repository at this point in the history
default build instructions now create the binary at ./bin/k3c
  • Loading branch information
dweomer authored Jan 22, 2021
1 parent e0ff6cc commit 3e73002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

Expand All @@ -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]
Expand Down

0 comments on commit 3e73002

Please sign in to comment.