From 32b1f5fd9c833340688fdea5b5bc9e6d173044fe Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Wed, 29 May 2019 11:45:45 +0200 Subject: [PATCH] Update README to remove mentioning of vendor Remove sentence about `vendor` directory since this is not in use anymore. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 477ef704d..b97ede203 100644 --- a/README.md +++ b/README.md @@ -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.