1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/helloworld_ynh.git synced 2024-09-03 19:15:57 +02:00
helloworld_ynh/README_fr.md

39 lines
1.8 KiB
Markdown
Raw Normal View History

2023-01-11 10:00:20 +01:00
<!--
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.
-->
# Hello World pour YunoHost
2023-01-16 22:25:23 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/helloworld.svg)](https://dash.yunohost.org/appci/app/helloworld) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/helloworld.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/helloworld.maintain.svg)
2023-01-11 10:00:20 +01:00
[![Installer Hello World avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=helloworld)
*[Read this readme in english.](./README.md)*
2023-01-16 22:25:23 +01:00
> *Ce package vous permet dinstaller Hello World rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2023-01-11 10:00:20 +01:00
2023-01-16 22:25:23 +01:00
## Vue densemble
2023-01-11 10:00:20 +01:00
This app is only meant to be a minimalist app demontrating the v2 packaging format
**Version incluse :** 0.1~ynh1
## Documentations et ressources
* Documentation YunoHost pour cette app : <https://yunohost.org/app_helloworld>
* Signaler un bug : <https://github.com/YunoHost-Apps/helloworld_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/helloworld_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/helloworld_ynh/tree/testing --debug
ou
sudo yunohost app upgrade helloworld -u https://github.com/YunoHost-Apps/helloworld_ynh/tree/testing --debug
```
2023-01-16 22:25:23 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>