Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored Sep 26, 2024
1 parent 9174d9f commit 98cfd90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 98cfd90

Please sign in to comment.