From c8cd2a5a084679c4b5e6c0e85cc278464a2d4a79 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 20 Oct 2022 10:01:51 +0000
Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s)

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a33fcf07..b5354d8a 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
-- 
GitLab