From 96bdf4b3750614e90406a762e36f925506bc5098 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 9 Feb 2022 16:59:53 +0000 Subject: [PATCH] Auto-update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 103b1dd..ae629dd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A self hostable read-it-later app ## Disclaimers / important information -## YunoHost specific features +### YunoHost specific features In addition to Wallabag core features, the following are made available with this package: @@ -31,12 +31,12 @@ In addition to Wallabag core features, the following are made available with thi * Allow one user to be the administrator (set at the installation) * Asynchronous import using *Redis* (need to be enabled in the *Internal Settings*). *RabbitMQ* import not supported (yet?). -## Limitations +### Limitations * Removing a Yunohost's user won't delete the related wallabag user, but only desactivate it. You need to manualy remove it from wallabag before. See: https://github.com/YunoHost-Apps/wallabag2_ynh/issues/39 * Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html). -## (Beta) Testing branch +### (Beta) Testing branch *Please be aware that the testing branch (or any PR branch)* might *contains some bugs and is not recommended if you need a stable app.* (Beta) Testers are welcome to try new upgrades (such as a new version), as listed in the [Pull Requests section](https://github.com/YunoHost-Apps/wallabag2_ynh/pulls). More testing will allow us to provide upgrades faster 🙂. In order to try the testing branch, use `sudo yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing`.