From a6ad9b16098f7d3f7b1744b20b19c5199b299727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 30 Apr 2021 16:07:05 +0200 Subject: [PATCH] add Prerequisites to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +```