diff --git a/README.md b/README.md index 26aa101..5d5d94e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows: - helm repo add cadence https://uber.github.io/cadence-charts +``` +helm repo add cadence https://uber.github.io/cadence-charts +``` If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo @@ -34,3 +36,5 @@ To install the cadence chart: To uninstall the chart: helm delete my-cadence + +See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute, run samples etc.