aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index 119aba9..73b91a5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Mastodon for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/mastodon.svg)](https://dash.yunohost.org/appci/app/mastodon) ![](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/mastodon.svg)](https://dash.yunohost.org/appci/app/mastodon) ![Working status](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg)
[![Install Mastodon with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon)
*[Lire ce readme en français.](./README_fr.md)*
@@ -17,13 +17,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
-**Shipped version:** 3.5.2~ynh1
+**Shipped version:** 3.5.3~ynh1
**Demo:** https://joinmastodon.org/
## Screenshots
-![](./doc/screenshots/mastodon.png)
+![Screenshot of Mastodon](./doc/screenshots/mastodon.png)
## Disclaimers / important information
@@ -70,21 +70,22 @@ Log-out from YunoHost's portal doesn't log out from Mastodon. See https://github
## Documentation and resources
-* Official app website: https://joinmastodon.org/
-* Official admin documentation: https://docs.joinmastodon.org/
-* Upstream app code repository: https://github.com/mastodon/mastodon
-* YunoHost documentation for this app: https://yunohost.org/app_mastodon
-* Report a bug: https://github.com/YunoHost-Apps/mastodon_ynh/issues
+* Official app website: <https://joinmastodon.org/>
+* Official admin documentation: <https://docs.joinmastodon.org/>
+* Upstream app code repository: <https://github.com/mastodon/mastodon>
+* YunoHost documentation for this app: <https://yunohost.org/app_mastodon>
+* Report a bug: <https://github.com/YunoHost-Apps/mastodon_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
or
sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file
+**More info regarding app packaging:** <https://yunohost.org/packaging_apps>