diff --git a/README.md b/README.md index 3ee1e98..1d47751 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # BadIdea Example project +## Prerequisites + +* Go v1.15+ +* `kubectl` and [`kustomize`](https://kustomize.io) must be available on the `$PATH` + +## Usage + ```sh go run main.go @@ -40,4 +47,4 @@ spec: color: blue shape: circle EOF -``` \ No newline at end of file +```