From 9c9eaace3a9ae9ba4b145b039033bff1f30d507b 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:19:32 +0200 Subject: [PATCH] add additional kubectl commands to README to illustrate usage --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee1e98..d401ff4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BadIdea Example project +# [BadIdea](https://github.com/thetirefire/badidea) Example project ```sh go run main.go @@ -40,4 +40,8 @@ spec: color: blue shape: circle EOF -``` \ No newline at end of file + +kubectl get bars + +kubectl get bar test --output=yaml +```