diff --git a/Getting-started.md b/Getting-started.md index fbe08ed..6038d30 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -7,7 +7,9 @@ Before starting its useful to read a bit about the [concepts of Part-DB](https:/
Click to expand -**TODO** +Before you start creating data structures, you should configure Part-DB to your needs by changing possible configuration options. +This is done either via changing the `.env.local` file in a direct installation or by changing the env variables in your `docker-compose.yaml` file. +A list of possible configuration options, can be found [here](Configuration).