diff --git a/docs/tech/installation.md b/docs/tech/installation.md index f2b09617a3059489f0a6636917111e3c0407dd2f..369cc8127c86176f7ff0e6aebf02b4264087e171 100644 --- a/docs/tech/installation.md +++ b/docs/tech/installation.md @@ -16,9 +16,9 @@ Before you begin, ensure that you have the following: These requirements ensure that the backend server can handle data processing efficiently while serving the frontend interface smoothly. ### Software Requirements -* Operating System: Debian (recommended) -* [Docker](https://www.docker.com/) -* [Docker Compose](https://docs.docker.com/compose/) with recomended version v2.27.0 +* Linux operating system: Debian 11 or 12 is recommended +* [Docker Engine](https://docs.docker.com/engine/install/). +* [Docker Compose](https://docs.docker.com/compose/install/linux/) with recomended version v2.27.0 Make sure to install Docker and Docker Compose before proceeding with the installation.