diff --git a/README.md b/README.md
index 3b6455a..6e33e43 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Scrumblr for YunoHost
-[](https://dash.yunohost.org/appci/app/scrumblr)  
+[](https://dash.yunohost.org/appci/app/scrumblr)  
+
[](https://install-app.yunohost.org/?app=scrumblr)
*[Lire ce readme en français.](./README_fr.md)*
@@ -23,24 +24,25 @@ scrumblr is a web-based simulation of a physical agile kanban board that support
## Screenshots
-
+
## Documentation and resources
-* Official app website: http://www.scrumblr.ca/
-* Upstream app code repository: https://framagit.org/colibris/framemo
-* YunoHost documentation for this app: https://yunohost.org/app_scrumblr
-* Report a bug: https://github.com/YunoHost-Apps/scrumblr_ynh/issues
+* Official app website:
+* Upstream app code repository:
+* YunoHost Store:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing --debug
or
sudo yunohost app upgrade scrumblr -u https://github.com/YunoHost-Apps/scrumblr_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 8810627..53e8bef 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,15 +1,20 @@
+
+
# Scrumblr pour YunoHost
-[](https://dash.yunohost.org/appci/app/scrumblr)  
+[](https://dash.yunohost.org/appci/app/scrumblr)  
+
[](https://install-app.yunohost.org/?app=scrumblr)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
-> *Ce package vous permet d'installer Scrumblr 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.*
+> *Ce package vous permet d’installer Scrumblr 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.*
-## Vue d'ensemble
+## Vue d’ensemble
scrumblr is a web-based simulation of a physical agile kanban board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery.
@@ -17,26 +22,27 @@ scrumblr is a web-based simulation of a physical agile kanban board that support
**Démo :** http://scrumblr.ca/
-## Captures d'écran
+## Captures d’écran
-
+
## Documentations et ressources
-* Site officiel de l'app : http://www.scrumblr.ca/
-* Dépôt de code officiel de l'app : https://framagit.org/colibris/framemo
-* Documentation YunoHost pour cette app : https://yunohost.org/app_scrumblr
-* Signaler un bug : https://github.com/YunoHost-Apps/scrumblr_ynh/issues
+* Site officiel de l’app :
+* Dépôt de code officiel de l’app :
+* YunoHost Store:
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/scrumblr_ynh/tree/testing --debug
ou
sudo yunohost app upgrade scrumblr -u https://github.com/YunoHost-Apps/scrumblr_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 :**
\ No newline at end of file