mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Update from source section in install doc
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
parent
1b77848c89
commit
4ad8b0cb00
1 changed files with 6 additions and 8 deletions
|
|
@ -82,18 +82,16 @@ You must have a working Go environment with
|
|||
|
||||
```console
|
||||
$ cd $GOPATH
|
||||
$ mkdir -p src/k8s.io
|
||||
$ cd src/k8s.io
|
||||
$ mkdir -p src/helm.sh
|
||||
$ cd src/helm.sh
|
||||
$ git clone https://github.com/helm/helm.git
|
||||
$ cd helm
|
||||
$ make bootstrap build
|
||||
$ make
|
||||
```
|
||||
|
||||
The `bootstrap` target will attempt to install dependencies, rebuild the
|
||||
`vendor/` tree, and validate configuration.
|
||||
|
||||
The `build` target will compile `helm` and place it in `bin/helm`.
|
||||
|
||||
If required, it will first install dependencies, rebuild the
|
||||
`vendor/` tree, and validate configuration. It will then compile `helm` and
|
||||
place it in `bin/helm`.
|
||||
|
||||
## Conclusion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue