From bc163aa0cd08edd3ee80a356db46df2b5f7864f7 Mon Sep 17 00:00:00 2001 From: Dan Isla Date: Tue, 18 Sep 2018 13:54:58 -0700 Subject: [PATCH] update to readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e009cda..8bb8dbe 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # kubefunc -Collection of handy kubernetes related helper scripts and bash functions. +Collection of handy kubernetes related plugins and bash functions. -## Usage +## Plugin Install ```sh -git clone https://github.com/danisla/kubefunc.git -echo "source ${PWD}/kubefunc/kubefunc.bash" >> ${HOME}/.bash_profile -source ${HOME}/.bash_profile +mkdir -p ${HOME}/.kube/plugins +git clone https://github.com/danisla/kubefunc.git ${HOME}/.kube/plugins/kubefunc ``` \ No newline at end of file