mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
23 lines
No EOL
1.1 KiB
Markdown
23 lines
No EOL
1.1 KiB
Markdown
**Version incluse:** 0.15.0~ynh1
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://docs.mau.fi/bridges/python/telegram/index.html>
|
||
* Documentation officielle utilisateur : <https://docs.mau.fi/bridges/python/telegram/management-commands.html>
|
||
* Documentation officielle de l’admin : <https://github.com/YunoHost-Apps/mautrix_telegram_ynh>
|
||
* Dépôt de code officiel de l’app : <https://github.com/mautrix/telegram>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_telegram>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |