diff --git a/Documentation/de/index.md b/Documentation/de/index.md index 21612ce0..d4310686 100644 --- a/Documentation/de/index.md +++ b/Documentation/de/index.md @@ -8,6 +8,17 @@ Das heruntergeladene Archiv kann an jedem Ort auf dem PC ausgepackt werden. Unter Windows muss beachtet werden, dass RailControl in einem Unterverzeichnis entpackt wird. z.B. ist D:\\ nicht zulässig, D:\\Modellbahn\\ hingegen ist in Ordnung. +## Installieren unter Debian GNU/Linux + +Ab Debian GNU/Linux 13 "trixie" ist RailControl in Debian. Mit diesem Befehl wird RailControl installiert: + +``` +sudo apt install railcontrol +``` + +**Hinweis:** Debian-spezifische Dokumentation befindet sich im Verzeichnis +`/usr/share/doc/railcontrol`. + # Konfigurations-Datei Im ausgepackten Archiv befindet sich eine Vorlage der Konfigurations-Datei (railcontrol.conf.dist). Diese wird beim ersten Start von RailControl nach railcontrol.conf kopiert. Üblicherweise ist es nicht nötig darin Einstellungen zu ändern. diff --git a/Documentation/en/index.md b/Documentation/en/index.md index 31e1d384..e67c1957 100644 --- a/Documentation/en/index.md +++ b/Documentation/en/index.md @@ -7,6 +7,18 @@ The downloaded archive can be extracted everywhere on the computer. ## Installing on Windows On Windows the archive has to be extracted in a subdirectory. For example D:\\ is not allowed, D:\\ModelRailway\\ is OK. +## Installing on Debian GNU/Linux + +Since Debian GNU/Linux 13 "trixie" RailControl is included in Debian. To +install, execute in a terminal + +``` +sudo apt install railcontrol +``` + +**Note:** Debian-specific documentation is located in the directory +`/usr/share/doc/railcontrol`. + # Configuration-File In the extracted archive there is a template of the configuration file (railcontrol.conf.dist). At first start of RailControl it will be copied to railcontrol.conf. Usually it is not needed to change any settings in the config file. diff --git a/Documentation/es/index.md b/Documentation/es/index.md index 44d5f3a5..f8277ade 100644 --- a/Documentation/es/index.md +++ b/Documentation/es/index.md @@ -7,6 +7,17 @@ Se puede extraer el archivo descargado en qualquier lugar de la computadora. ## Instalación en Windows En Windows se tiene que extraer el archivo en una subcarpeta. D:\\ no vale, D:\\Modelismo está bien. +## Instalación en Debian GNU/Linux + +Deste Debian GNU/Linux 13 "trixie" RailControl está incluido en Debian. Se puede installar con este commando: + +``` +sudo apt install railcontrol +``` + +**Nota:** La documentación específica de Debian se encuentra en el directorio +`/usr/share/doc/railcontrol`. + # Fichero de la configuración En el archivo extraido hay una plantilla de archivo de la configuración (railcontrol.conf.dist). Durante el primero inicio de RailControl la plantilla está copiado a railcontrol.conf. Normalmente no es necesario cambiar algo en el archivo de configuración.