diff --git a/nextcloud-aio-helm-chart/readme.md b/nextcloud-aio-helm-chart/readme.md index b2f5c89d..11e7f629 100755 --- a/nextcloud-aio-helm-chart/readme.md +++ b/nextcloud-aio-helm-chart/readme.md @@ -1,3 +1,10 @@ # You can also install the AIO containers on Kubernetes using this Helm Chart This is currently beta and not ready yet. + +## How to use this? + +``` +helm repo add nextcloud-aio https://nextcloud.github.io/all-in-one/ +helm install my-release nextcloud-aio/nextcloud-aio-helm-chart +```