README.md (631B)
1 ## Usage 2 3 [Helm](https://helm.sh) must be installed to use the charts. Please refer to 4 Helm's [documentation](https://helm.sh/docs) to get started. 5 6 Once Helm has been set up correctly, add the repo as follows: 7 8 helm repo add element-call https://mtrnord.github.io/element-call-helm 9 10 If you had already added this repo earlier, run `helm repo update` to retrieve 11 the latest versions of the packages. You can then run `helm search repo 12 element-call` to see the charts. 13 14 To install the element-call-helm chart: 15 16 helm install my-element-call element-call/element-call 17 18 To uninstall the chart: 19 20 helm delete my-element-call