Skip to content

Commit

Permalink
Update README to remove mentioning of vendor
Browse files Browse the repository at this point in the history
Remove sentence about `vendor` directory since this is not in use anymore.
  • Loading branch information
HeavyWombat committed May 29, 2019
1 parent 25075e1 commit 32b1f5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ There are different ways to get `havener`. You are free to pick the one that mak
go get github.com/homeport/havener/cmd/havener
```

This might take a moment, because `havener` comes with _a lot_ of dependencies in `vendor` that need to be downloaded and compiled as well.

## Quick Command Overview

Like `kubectl`, `havener` relies on the Kubernetes configuration that can be set via the `KUBECONFIG` environment variable. It can also be provided with the `--kubeconfig` flag, which takes the path to the YAML file (for example `$HOME/.kube/config`). `Havener` will use your local `helm` binary, so it is the user reponsability, to keep the `helm` binary in sync with tiller.
Expand Down

0 comments on commit 32b1f5f

Please sign in to comment.