From cbd1dffe71d3fc0effbf9f01386912d0816145aa Mon Sep 17 00:00:00 2001 From: Syrine Neifar <syrine@greenhost.nl> Date: Wed, 19 Oct 2022 10:26:14 +0000 Subject: [PATCH] documentation enhancement --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4e3eab87..696bbe5d 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 -- GitLab