mirror of
https://github.com/YunoHost-Apps/veloren_ynh.git
synced 2024-09-03 17:46:10 +02:00
Auto-update README
This commit is contained in:
parent
92548f4b0b
commit
2d39ad4c22
2 changed files with 29 additions and 21 deletions
22
README.md
22
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Veloren server for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/veloren)  
|
||||
[](https://dash.yunohost.org/appci/app/veloren)  
|
||||
[](https://install-app.yunohost.org/?app=veloren)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Multiplayer voxel RPG inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft
|
||||
|
||||
|
||||
**Shipped version:** 0.12.0~ynh1
|
||||
|
||||
**Demo:** server.veloren.net:14004
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -36,22 +37,23 @@ This package provides the last "release" version of Veloren, which is older than
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://veloren.net/
|
||||
* Official user documentation: https://book.veloren.net/players/
|
||||
* Official admin documentation: https://book.veloren.net/players/hosting-a-server.html
|
||||
* Upstream app code repository: https://gitlab.com/veloren/veloren
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_veloren
|
||||
* Report a bug: https://github.com/YunoHost-Apps/veloren_ynh/issues
|
||||
* Official app website: <https://veloren.net/>
|
||||
* Official user documentation: <https://book.veloren.net/players/>
|
||||
* Official admin documentation: <https://book.veloren.net/players/hosting-a-server.html>
|
||||
* Upstream app code repository: <https://gitlab.com/veloren/veloren>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_veloren>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/veloren_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/veloren_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade veloren -u https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Veloren server pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/veloren)  
|
||||
[](https://dash.yunohost.org/appci/app/veloren)  
|
||||
[](https://install-app.yunohost.org/?app=veloren)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Veloren server rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -13,13 +17,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
RPG voxel multijoueur inspiré de jeux tels que Cube World, Legend of Zelda : Breath of the Wild, Dwarf Fortress et Minecraft
|
||||
|
||||
|
||||
**Version incluse :** 0.12.0~ynh1
|
||||
|
||||
**Démo :** server.veloren.net:14004
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -32,22 +37,23 @@ Ce paquet fournit la dernière version "release" de Veloren, qui est plus ancien
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://veloren.net/
|
||||
* Documentation officielle utilisateur : https://book.veloren.net/players/
|
||||
* Documentation officielle de l'admin : https://book.veloren.net/players/hosting-a-server.html
|
||||
* Dépôt de code officiel de l'app : https://gitlab.com/veloren/veloren
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_veloren
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/veloren_ynh/issues
|
||||
* Site officiel de l'app : <https://veloren.net/>
|
||||
* Documentation officielle utilisateur : <https://book.veloren.net/players/>
|
||||
* Documentation officielle de l'admin : <https://book.veloren.net/players/hosting-a-server.html>
|
||||
* Dépôt de code officiel de l'app : <https://gitlab.com/veloren/veloren>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_veloren>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/veloren_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/veloren_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade veloren -u https://github.com/YunoHost-Apps/veloren_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue