Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Update readme for new command structure
Browse files Browse the repository at this point in the history
Also fix image name, and clarify that the first example installs k8s
on the local machine!
  • Loading branch information
justinsb committed Feb 23, 2020
1 parent 69ac3aa commit 4c0e3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ wget -O /usr/bin/konfigadm https://github.com/moshloop/konfigadm/releases/downlo

## Getting Started

### Installing Kubernetes
### Installing Kubernetes on the local machine

```bash
sudo konfigadm apply -c - <<-EOF
Expand All @@ -82,7 +82,7 @@ EOF
### Building a kubernetes image

```bash
sudo konfigadm build-image --image ubuntu:1804 -c - <<-EOF
sudo konfigadm images build --image ubuntu1804 -c - <<-EOF
kubernetes:
version: 1.14.2
container_runtime:
Expand Down

0 comments on commit 4c0e3c4

Please sign in to comment.