mautrix_telegram_ynh/README.md

24 lines
1 KiB
Markdown
Raw Normal View History

2023-11-27 07:24:35 +01:00
**Shipped version:** 0.15.0~ynh1
2021-09-13 20:26:32 +02:00
## Documentation and resources
2022-05-29 17:44:59 +02:00
* Official app website: <https://docs.mau.fi/bridges/python/telegram/index.html>
* Official user documentation: <https://docs.mau.fi/bridges/python/telegram/management-commands.html>
* Official admin documentation: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh>
* Upstream app code repository: <https://github.com/mautrix/telegram>
2023-11-27 07:24:35 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/mautrix_telegram>
2022-05-29 17:44:59 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/mautrix_telegram_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing).
To try the testing branch, please proceed like that.
2022-05-29 17:44:59 +02:00
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
or
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
```
2022-05-29 17:44:59 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>