Skip to content
Snippets Groups Projects
Commit d3b420ac authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor(docu): reference config yaml in client docu

parent 64d17ebe
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ The sdk comes with a commandline client to be able to use the sdk without any co
#### Setup & Build
1. Build project root wih ``./mvnw clean package``
2. Go to client/target and find a runnable jar ``client-VERSION.jar``
3. Provide config either via env-var or by loading it programmatically:
3. Provide [config yaml](../config.yml) either via env-var or by loading it programmatically:
1. set environment variable ``FIT_CONNECT_CONFIG``:
1. Linux/MacOS: ``export FIT_CONNECT_CONFIG=path/to/config.yml``
2. Windows: ``set FIT_CONNECT_CONFIG=C:\Path\To\config.yml``
......
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