diff --git a/README.md b/README.md index a33fcf07513cb5ec476905e651d8bfcdd1d50007..b5354d8a8a7633b6697aba90fc335e2c1d478ca2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Start by cloning the nextcloud helm chart repo: ```console git clone https://open.greenhost.net/stackspin/nextcloud.git +cd nextcloud ``` Add the dependencies repositories: @@ -77,7 +78,7 @@ helm dependency build Then install the chart: ```console -helm install --wait -f values-local.yaml my-nextcloud ./nextcloud +helm install --wait -f values-local.yaml my-nextcloud . ``` **The `--wait` is important!** We need that because of how [helm chart