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

Commit

Permalink
Merge pull request #47 from justinsb/update_readme
Browse files Browse the repository at this point in the history
Update readme for new command structure
  • Loading branch information
moshloop authored Feb 26, 2020
2 parents 69ac3aa + 4c0e3c4 commit b19dd40
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 b19dd40

Please sign in to comment.