diff --git a/README.md b/README.md
index e91db27..9f7c4b5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# PrivateBin for YunoHost
-[](https://dash.yunohost.org/appci/app/privatebin)  
+[](https://dash.yunohost.org/appci/app/privatebin)  
[](https://install-app.yunohost.org/?app=privatebin)
*[Lire ce readme en français.](./README_fr.md)*
@@ -17,13 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Minimalist pastebin where the server has zero knowledge of pasted data
-**Shipped version:** 1.4.0~ynh1
+
+**Shipped version:** 1.4.0~ynh2
**Demo:** https://privatebin.net/
## Screenshots
-
+
## Disclaimers / important information
@@ -38,23 +39,25 @@ In the [update documentation](https://github.com/PrivateBin/PrivateBin/wiki/Conf
For full compatibility with ZeroBin and to be able to decrypt old pastes, you would enable this option. However this is not recommend for new installations as it weakens the security of your PrivateBin instance.
This means that we have decided to delete the directory that allows us to save the data. You can save the 'data' directory, if you want to keep your data. But you should know that this weakens the security of this application.
+
## Documentation and resources
-* Official app website: https://privatebin.info/
-* Official admin documentation: https://github.com/PrivateBin/PrivateBin/wiki
-* Upstream app code repository: https://github.com/PrivateBin/PrivateBin
-* YunoHost documentation for this app: https://yunohost.org/app_privatebin
-* Report a bug: https://github.com/YunoHost-Apps/privatebin_ynh/issues
+* Official app website:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
or
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_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:**
diff --git a/README_fr.md b/README_fr.md
index 14d2720..89719cd 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# PrivateBin pour YunoHost
-[](https://dash.yunohost.org/appci/app/privatebin)  
+[](https://dash.yunohost.org/appci/app/privatebin)  
[](https://install-app.yunohost.org/?app=privatebin)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer PrivateBin rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -13,13 +17,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées
-**Version incluse :** 1.4.0~ynh1
+
+**Version incluse :** 1.4.0~ynh2
**Démo :** https://privatebin.net/
## Captures d'écran
-
+
## Avertissements / informations importantes
@@ -34,23 +39,25 @@ Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin
Pour une compatibilité complète avec Zerobin et le déchiffrement de tous les vieux "paste", vous devriez activer cette option. Cependant, ce n'est pas recommandé pour les nouvelles installations car cela affaiblit la sécurité de votre instance PrivateBin.
Ceci signifie que nous avons décidé de supprimer ce répertoire pour permettre la sécurisation des données. Vous pouvez sauvegarder le répertoire 'data', si vous voulez conservez vos données. Mais vous devriez savoir que cela réduit la sécurité de votre application.
+
## Documentations et ressources
-* Site officiel de l'app : https://privatebin.info/
-* Documentation officielle de l'admin : https://github.com/PrivateBin/PrivateBin/wiki
-* Dépôt de code officiel de l'app : https://github.com/PrivateBin/PrivateBin
-* Documentation YunoHost pour cette app : https://yunohost.org/app_privatebin
-* Signaler un bug : https://github.com/YunoHost-Apps/privatebin_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
ou
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**