Update README.md

This commit is contained in:
denis 2024-10-28 16:32:24 -04:00
parent d637b016bb
commit 95149cdb97

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
**Shipped version:** 1.11.7~ynh1 **Shipped version:** 1.11.9~ynh1
## Screenshots ## Screenshots
@ -30,18 +30,18 @@ Pterodactyl® is a free, open-source game server management panel built with PHP
- Official admin documentation: <https://pterodactyl.io/project/introduction.html> - Official admin documentation: <https://pterodactyl.io/project/introduction.html>
- Upstream app code repository: <https://github.com/pterodactyl/panel> - Upstream app code repository: <https://github.com/pterodactyl/panel>
- YunoHost Store: <https://apps.yunohost.org/app/pterodactyl> - YunoHost Store: <https://apps.yunohost.org/app/pterodactyl>
- Report a bug: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues> - Report a bug: <https://git.qilk.de/denis/pterodactyl_ynh/issues>
## Developer info ## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing). Please send your pull request to the [`master` branch](https://git.qilk.de/denis/pterodactyl_ynh).
To try the `testing` branch, please proceed like that: To try the `testing` branch, please proceed like that:
```bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug sudo yunohost app install https://git.qilk.de/denis/pterodactyl_ynh
or or
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug sudo yunohost app upgrade pterodactyl -u https://git.qilk.de/denis/pterodactyl_ynh
``` ```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps> **More info regarding app packaging:** <https://yunohost.org/packaging_apps>