From ccf521ff7295d91823b0367f11d31c16e640f4cb Mon Sep 17 00:00:00 2001 From: Jan Steffen Date: Mon, 10 Aug 2020 15:40:53 +0200 Subject: [PATCH] Add link to releases --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 972a818..d9752f7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ $ kubectl get node node01 -ojson | jp -k osImage -t .status.nodeInfo.osImage:string ``` +## Releases + +See the [releases](https://github.com/kubism/jsonpath/releases) to download the binary. + ## Acknowledgements * [cespare/jsonpath](https://github.com/cespare/jsonpath) - The source of this codebase