From 4a33424924d58d0ffd1f4ecf6ba35c04c76199c4 Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Sun, 15 Mar 2026 01:10:23 -0600 Subject: [PATCH] fix: correct Helm chart path in README Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aed3a50..0e3ab87 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,8 @@ helm repo update **2. Install the Chart:** ```bash -# Install from the local /chart directory -helm install shadowbroker ./chart --create-namespace --namespace shadowbroker +# Install from the local helm/chart directory +helm install shadowbroker ./helm/chart --create-namespace --namespace shadowbroker ``` **3. Key Features:**