diff --git a/README.md b/README.md index 4e3eab87df84e2e5a4f18bc7179f9835f4a929ae..696bbe5de033e87f122e8b55b24e8651988543b4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,19 @@ Add our helm repository[^1]: helm repo add nextcloud-onlyoffice https://open.greenhost.net/api/v4/projects/1/packages/helm/stable ``` +Add the dependencies repositories: +```console +# nextcloud chart +helm repo add nextcloud https://nextcloud.github.io/helm +# rabbitmq chart +helm repo add bitnami https://charts.bitnami.com/bitnami +``` + +Fetch the chart dependencies: +```console +helm dependency build +``` + Then install the chart: ```console