diff --git a/README.md b/README.md index 5347c01..c04dd4f 100644 --- a/README.md +++ b/README.md @@ -23,32 +23,7 @@ Minetest is a free open-source voxel game engine with easy modding and game crea ## Screenshots -![Screenshot of Minetest](./doc/screenshots/1.jpg) - -## Disclaimers / important information - -## Configuration - -How to configure this app: by SSH - -## Additional information - -* Migration from old package - -* You can’t migrate directly with an update. - * Before installing the new package you need to download this folder from your server `/var/games/minetest-server/.minetest/worlds/world` (this folder contains all world data) - * 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` - * 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/` - * 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` - * Restart Minetest with `sudo systemctl restart minetest` - * The mod is now installed :) +![Screenshot of Minetest](./doc/screenshots/screenshot.jpg) ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index c09e9e0..33e906f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,32 +23,7 @@ Minetest est un moteur de jeu voxel open-source avec modding et création de jeu ## Captures d’écran -![Capture d’écran de Minetest](./doc/screenshots/1.jpg) - -## Avertissements / informations importantes - -## 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. - * Avant d’installer le nouveau paquet, vous devez télécharger ce dossier depuis votre serveur `/var/games/minetest-server/.minetest/worlds/world` (ce dossier contient toutes les données des mondes) - * 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` - * 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/` - * 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` - * Redémarrez Minetest avec `sudo systemctl restart minetest` - * Le mod est maintenant installé :) +![Capture d’écran de Minetest](./doc/screenshots/screenshot.jpg) ## Documentations et ressources