1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
minetest_ynh/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2022-06-19 04:22:17 +02:00
<!--
2024-04-03 00:04:49 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-06-19 04:22:17 +02:00
It shall NOT be edited by hand.
-->
2019-10-22 18:27:38 +02:00
# Minetest for YunoHost
2017-06-09 14:03:32 +02:00
2023-08-17 19:25:32 +02:00
[![Integration level](https://dash.yunohost.org/integration/minetest.svg)](https://dash.yunohost.org/appci/app/minetest) ![Working status](https://ci-apps.yunohost.org/ci/badges/minetest.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/minetest.maintain.svg)
2020-12-20 09:17:00 +01:00
[![Install Minetest with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minetest)
2019-04-21 15:32:30 +02:00
2024-04-03 00:04:49 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2019-04-21 15:32:30 +02:00
2024-03-29 07:13:05 +01:00
> *This package allows you to install Minetest quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2019-04-21 15:32:30 +02:00
## Overview
2022-06-19 04:22:17 +02:00
2019-08-15 14:21:00 +02:00
Minetest is a free open-source voxel game engine with easy modding and game creation.
2019-04-21 15:32:30 +02:00
2024-04-03 00:04:49 +02:00
2024-06-14 19:45:16 +02:00
**Shipped version:** 5.8.0~ynh5
2019-04-21 15:32:30 +02:00
2022-06-19 04:22:17 +02:00
## Screenshots
2019-04-21 15:32:30 +02:00
2024-01-08 13:35:45 +01:00
![Screenshot of Minetest](./doc/screenshots/screenshot.jpg)
2019-10-22 18:27:38 +02:00
2022-06-19 04:22:17 +02:00
## Documentation and resources
2019-10-22 18:27:38 +02:00
2024-03-15 02:40:10 +01:00
- Official app website: <http://www.minetest.net>
- Upstream app code repository: <https://github.com/minetest/minetest>
- YunoHost Store: <https://apps.yunohost.org/app/minetest>
- Report a bug: <https://github.com/YunoHost-Apps/minetest_ynh/issues>
2019-04-21 15:32:30 +02:00
2022-06-19 04:22:17 +02:00
## Developer info
2019-04-21 15:32:30 +02:00
2024-03-29 07:13:05 +01:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/minetest_ynh/tree/testing).
2019-04-21 15:32:30 +02:00
2024-03-29 07:13:05 +01:00
To try the `testing` branch, please proceed like that:
2022-06-19 04:22:17 +02:00
2024-03-15 02:40:10 +01:00
```bash
2019-04-21 15:32:30 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
or
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
```
2022-06-19 04:22:17 +02:00
2024-03-15 02:40:10 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>