From 8a45b19730603eb6feeb4e44843688482d3f2c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 18 Aug 2024 14:32:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ecae58..d9ce6c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 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 part-db https://part-db.github.io/helm-charts + `helm repo add part-db https://part-db.github.io/helm-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 @@ -22,4 +22,4 @@ To install the part-db chart: To uninstall the chart: - helm delete my-part-db \ No newline at end of file + helm delete my-part-db