Skip to content

Commit fc64585

Browse files
Merge pull request #528 from aditya-konarde/patch-1
[Doc] Add note about helm binary requirement
2 parents e01ac9b + 46af93c commit fc64585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/install/install.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ You can verify that the OLM components have been successfully deployed by runnin
3131
## Run locally with minishift
3232

3333
This command starts minishift, builds the OLM containers locally with the minishift-provided docker, and uses the local configuration in [local-values-shift.yaml](local-values-shift.yaml) to build localized deployment resources for OLM.
34+
35+
Note that this step requires the `helm` binary, which doesn't come with minishift by default, to be present in your PATH. It can be downloaded from the [helm releases page](https://github.com/helm/helm/releases)
36+
3437
```
3538
make run-local-shift
3639
```

0 commit comments

Comments
 (0)