diff --git a/docs/docs/helm.mdx b/docs/docs/helm.mdx index 9b9372395..5c90d3fb0 100644 --- a/docs/docs/helm.mdx +++ b/docs/docs/helm.mdx @@ -18,7 +18,11 @@ resource definition, you can still consume Helm resources, as described below. Helm support is provided using the [`github.com/grafana/jsonnet-libs/helm-util`](https://github.com/grafana/jsonnet-libs/tree/master/helm-util) -library. +library. Install it with: +```bash +jb install github.com/grafana/jsonnet-libs/helm-util +``` + The following example shows how to extract the individual resources of the [`grafana`](https://hub.helm.sh/charts/grafana/grafana) Helm Chart: