From 93c9aa931d5a587eef15af42b18d11d032cbdbca Mon Sep 17 00:00:00 2001 From: haydenmcp Date: Sat, 9 Apr 2022 12:33:10 -0400 Subject: [PATCH] Added installation directions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 212befa..13c1fdc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Simple interface wrapping the kubernetes javascript client. - [Kubernetes javascript client](https://github.com/kubernetes-client/javascript) v0.15 - Node v16.13.1 +# Installation +```console + npm i @thinkdeep/k8s +``` + # Usage Assuming the role binding linking the necessary role and service account has the needed permissions: