From ba78be5c05fe1876312ffb6b61905d700b72dee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20=C3=87ayl=C4=B1?= <38523756+kaancayli@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:07:37 +0200 Subject: [PATCH] chore: adjust prerequisites for docker-setup --- README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/README.MD b/README.MD index ad4dc64b..fbba66be 100644 --- a/README.MD +++ b/README.MD @@ -203,6 +203,7 @@ Deploying Pyris using Docker ensures a consistent environment and simplifies the - **Docker**: Install Docker from the [official website](https://www.docker.com/get-started). - **Docker Compose**: Comes bundled with Docker Desktop or install separately on Linux. - **Clone the Pyris Repository**: If not already done, clone the repository. +- **Create Configuration Files**: Create the `application.local.yml` and `llm-config.local.yml` files as described in the [Local Development Setup](#local-development-setup) section. ```bash git clone https://github.com/ls1intum/Pyris.git Pyris