Skip to content

Commit

Permalink
update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danisla committed Sep 18, 2018
1 parent a0779ad commit bc163aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit bc163aa

Please sign in to comment.