From 3ee48ca395f777ed70ecba17354ce1df1d4890f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:35:39 +0100 Subject: [PATCH] cleaning --- doc/{DISCLAIMER.md => ADMIN.md} | 10 +++------- doc/{DISCLAIMER_fr.md => ADMIN_fr.md} | 10 +++------- doc/screenshots/{1.jpg => screenshot.jpg} | Bin 3 files changed, 6 insertions(+), 14 deletions(-) rename doc/{DISCLAIMER.md => ADMIN.md} (71%) rename doc/{DISCLAIMER_fr.md => ADMIN_fr.md} (70%) rename doc/screenshots/{1.jpg => screenshot.jpg} (100%) diff --git a/doc/DISCLAIMER.md b/doc/ADMIN.md similarity index 71% rename from doc/DISCLAIMER.md rename to doc/ADMIN.md index 2fbdff8..be9e9e3 100644 --- a/doc/DISCLAIMER.md +++ b/doc/ADMIN.md @@ -1,9 +1,5 @@ ## Configuration -How to configure this app: by SSH - -## Additional information - * Migration from old package * You can’t migrate directly with an update. @@ -11,12 +7,12 @@ How to configure this app: by SSH * Uninstall the old package `sudo yunohost app remove minetest` * Install the new one `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh` * Stop Minetest service `sudo systemctl stop minetest` - * Copy the folder you have copied before in `/home/yunohost.app/minetest/.minetest/worlds` + * Copy the folder you have copied before in `__DATA_DIR__/.minetest/worlds` * Start the Minetest service `sudo systemctl start minetest` * Installing mods - * For installing mods you need to create a `worldmods` folder in `/home/yunohost.app/minetest/.minetest/worlds/world/` + * For installing mods you need to create a `worldmods` folder in `__DATA_DIR__/.minetest/worlds/world/` * Clone the repo of the mod in this folder (ex: `git clone https://github.com/minetest-mods/mesecons`) - * Edit `/home/yunohost.app/minetest/.minetest/worlds/world/world.mt` and add at the end `load_mod_mesecons = true` + * Edit `__DATA_DIR__/.minetest/worlds/world/world.mt` and add at the end `load_mod_mesecons = true` * Restart Minetest with `sudo systemctl restart minetest` * The mod is now installed :) diff --git a/doc/DISCLAIMER_fr.md b/doc/ADMIN_fr.md similarity index 70% rename from doc/DISCLAIMER_fr.md rename to doc/ADMIN_fr.md index e9e1bcc..d06b157 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/ADMIN_fr.md @@ -1,9 +1,5 @@ ## Configuration -Comment configurer cette application : par SSH - -## Renseignements supplémentaires - * Migration de l’ancien paquet * Vous ne pouvez pas migrer directement avec une mise à jour. @@ -11,12 +7,12 @@ Comment configurer cette application : par SSH * Désinstallez l’ancien paquet `sudo yunohost app remove minetest` * Installez le nouveau `sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh` * Stoppez le service Minetest `sudo systemctl stop minetest` - * Copiez le dossier que vous avez copié auparavant dans `/home/yunohost.app/minetest/.minetest/.worlds` + * Copiez le dossier que vous avez copié auparavant dans `__DATA_DIR__/.minetest/.worlds` * Démarrez le service Minetest `sudo systemctl start minetest` * Installation des mods - * Pour installer des mods, vous devez créer un dossier `worldmods` dans `/home/yunohost.app/minetest/.minetest/worlds/world/` + * Pour installer des mods, vous devez créer un dossier `worldmods` dans `__DATA_DIR__/.minetest/worlds/world/` * Clonez le repo du mod dans ce dossier (ex : `git clone https://github.com/minetest-mods/mesecons`) - * Éditez `/home/yunohost.app/minetest/.minetest/worlds/world/world/world.mt` et ajoutez à la fin `load_mod_mesecons = true` + * Éditez `__DATA_DIR__/.minetest/worlds/world/world/world.mt` et ajoutez à la fin `load_mod_mesecons = true` * Redémarrez Minetest avec `sudo systemctl restart minetest` * Le mod est maintenant installé :) diff --git a/doc/screenshots/1.jpg b/doc/screenshots/screenshot.jpg similarity index 100% rename from doc/screenshots/1.jpg rename to doc/screenshots/screenshot.jpg