1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2024-03-22 01:35:37 +00:00
parent 63d003f36d
commit d5b611e5d1

View file

@ -20,8 +20,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
**Shipped version:** 5.80.5~ynh1
**Shipped version:** 5.80.0~ynh1
## Screenshots ## Screenshots
@ -33,11 +32,11 @@ It comes with modern tools to build a website, publish content, send newsletters
## Documentation and resources ## Documentation and resources
* Official app website: <https://ghost.org/> - Official app website: <https://ghost.org/>
* Official admin documentation: <https://ghost.org/help/> - Official admin documentation: <https://ghost.org/help/>
* Upstream app code repository: <https://github.com/TryGhost/Ghost> - Upstream app code repository: <https://github.com/TryGhost/Ghost>
* YunoHost Store: <https://apps.yunohost.org/app/ghost> - YunoHost Store: <https://apps.yunohost.org/app/ghost>
* Report a bug: <https://github.com/YunoHost-Apps/ghost_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/ghost_ynh/issues>
## Developer info ## Developer info
@ -45,10 +44,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
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/ghost_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
or or
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps> **More info regarding app packaging:** <https://yunohost.org/packaging_apps>