|
|
@ -82,18 +82,16 @@ You must have a working Go environment with
|
|
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
```console
|
|
|
|
$ cd $GOPATH
|
|
|
|
$ cd $GOPATH
|
|
|
|
$ mkdir -p src/k8s.io
|
|
|
|
$ mkdir -p src/helm.sh
|
|
|
|
$ cd src/k8s.io
|
|
|
|
$ cd src/helm.sh
|
|
|
|
$ git clone https://github.com/helm/helm.git
|
|
|
|
$ git clone https://github.com/helm/helm.git
|
|
|
|
$ cd helm
|
|
|
|
$ cd helm
|
|
|
|
$ make bootstrap build
|
|
|
|
$ make
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
The `bootstrap` target will attempt to install dependencies, rebuild the
|
|
|
|
If required, it will first install dependencies, rebuild the
|
|
|
|
`vendor/` tree, and validate configuration.
|
|
|
|
`vendor/` tree, and validate configuration. It will then compile `helm` and
|
|
|
|
|
|
|
|
place it in `bin/helm`.
|
|
|
|
The `build` target will compile `helm` and place it in `bin/helm`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Conclusion
|
|
|
|
## Conclusion
|
|
|
|
|
|
|
|
|
|
|
|