diff --git a/README.md b/README.md index c91b79a..2aebcf0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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 rondb https://docs.hopsworks.ai/rondb-helm/ +```bash +helm repo add rondb https://logicalclocks.github.io/rondb-helm/ +``` 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 @@ -13,9 +15,12 @@ rondb` to see the charts. To install the rondb chart: - helm install my-rondb rondb/rondb +```bash +helm install my-rondb rondb/rondb +``` To uninstall the chart: - helm delete my-rondb - +```bash +helm delete my-rondb +```