diff --git a/README.md b/README.md
index 3350cf0..9afa2b8 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,8 @@ you can restrict access to this app to `all_users` in your server (they will nee
 
 This app runs in the visitor's browser, no data is managed in/from your server.
 
-## Install
+## Testing version
 
-`sudo yunohost app install https://github.com/xmgz/phanpy_ynh/tree/main --debug`
+`sudo yunohost app install https://github.com/xmgz/phanpy_ynh/tree/testing --debug`
 
-### upgrade
-
-`sudo yunohost app upgrade -u https://github.com/xmgz/phanpy_ynh/tree/main --debug`
+`sudo yunohost app upgrade -u https://github.com/xmgz/phanpy_ynh/tree/testing --debug`
diff --git a/manifest.toml b/manifest.toml
index 2e370d8..5e49048 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -8,7 +8,7 @@ name = "Phanpy"
 description.en = "A minimalistic opinionated Fediverse ⁂ web client"
 description.fr = "Un client web Fediverse ⁂ minimaliste avec opinion"
 
-version = "20241015~ynh5"
+version = "20241015~ynh6"
 
 maintainers = ["ghose"]