From 3eef7353055808c4f4f50029558cc6c46e18765f Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 26 Apr 2019 15:27:00 -0400 Subject: [PATCH] docs: Replace reference to k8s.io to helm.sh Signed-off-by: Marc Khouzam --- docs/developers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers.md b/docs/developers.md index c87a38a96..47ce2132a 100644 --- a/docs/developers.md +++ b/docs/developers.md @@ -19,7 +19,7 @@ $ make bootstrap build ``` NOTE: This will fail if not running from the path `$GOPATH/src/helm.sh/helm`. The -directory `k8s.io` should not be a symlink or `build` will not find the relevant +directory `helm.sh` should not be a symlink or `build` will not find the relevant packages. This will build both Helm and the Helm library. `make bootstrap` will attempt to @@ -94,7 +94,7 @@ home of the current development candidate. Releases are tagged. We accept changes to the code via GitHub Pull Requests (PRs). One workflow for doing this is as follows: -1. Go to your `$GOPATH/src/k8s.io` directory and `git clone` the +1. Go to your `$GOPATH/src` directory, then `mkdir helm.sh; cd helm.sh` and `git clone` the `github.com/helm/helm` repository. 2. Fork that repository into your GitHub account 3. Add your repository as a remote for `$GOPATH/src/helm.sh/helm`