Skip to content
Snippets Groups Projects
Commit 5f8a1ba3 authored by Sören Henning's avatar Sören Henning
Browse files

Minor Readme fix for symlinks

parent b9600589
No related branches found
No related tags found
No related merge requests found
Pipeline #9537 passed
...@@ -9,7 +9,7 @@ helm dependencies update . ...@@ -9,7 +9,7 @@ helm dependencies update .
helm install theodolite . helm install theodolite .
``` ```
**Hint for Windows users:** The Theodolite Helm chart makes use of some symbolic links. 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 symbolic links and replace them by the files and folders, they are pointing to. The relevant symbolic links are `benchmark-definitions` and the files inside `crd`. **Hint for Windows users:** The Theodolite Helm chart makes use of some symbolic links. 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 symbolic links and replace them by the files and folders, they are pointing to. The relevant symbolic links are `benchmark-definitions/examples`, `benchmark-definitions/theodolite-benchmarks` and the files inside `crd`.
## Customize Installation ## Customize Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment