From 77f5e03039b50d6439981cc904db004ccc95c27b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 25 Nov 2021 17:19:44 +0100
Subject: [PATCH] Add hint on Windows installation

---
 helm/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm/README.md b/helm/README.md
index 1a3428b5e..6edbee947 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -9,6 +9,8 @@ helm dependencies update .
 helm install theodolite .
 ```
 
+**Hint for Windows users:** The Theodolite Helm chart makes use of some smylinks. These are not properly created when this repository is checked out with Windows. There are a couple of solutions presented in this [Stack Overflow post](https://stackoverflow.com/q/5917249/4121056). A simpler workaround is to manually delete the symlinks and replace them by the files and folders, they are pointing to. The relevant symlinks are `benchmark-definitions` and the files inside `crd`.
+
 ## Customize Installation
 
 As usual, the installation with Helm can be configured by passing a values YAML file:
-- 
GitLab