diff --git a/packaging_apps.md b/packaging_apps.md
index eacac746..cd2bfe32 100644
--- a/packaging_apps.md
+++ b/packaging_apps.md
@@ -6,7 +6,7 @@ The purpose of this document is to teach you how to package an application for Y
 To package an application, here are the requirements:
 * An account on a git server (e.g. [GitHub](https://github.com/)) to publish the application;
 * Basic knowledge of `git`, bash shell and other programming stuff;
-* A testing [virtual machine or a distant server](/install_en), or a [development environement](/packaging_apps_virtualbox_fr) to package and test the package.
+* A testing [virtual machine or a distant server](/install_en), or a development environement, [ynh-dev](https://github.com/yunohost/ynh-dev) or [VirtualBox](/packaging_apps_virtualbox_fr), to package and test the package.
 
 ### Content
 A YunoHost package is composed of:
diff --git a/packaging_apps_fr.md b/packaging_apps_fr.md
index 36ec2dd4..872bd0d0 100644
--- a/packaging_apps_fr.md
+++ b/packaging_apps_fr.md
@@ -6,7 +6,7 @@ Ce document a pour but de vous apprendre à packager une application pour YunoHo
 Pour packager une application, voici les prérequis :
 * Un compte sur un serveur git comme [GitHub](https://github.com/) pour pouvoir ensuite publier l’application ;
 * Maîtriser un minimum `git`, le Shell et d’autres notions de programmation ;
-* Une [machine virtuelle ou sur un serveur distant](/install_fr) ou un [environnement de développement](/packaging_apps_virtualbox_fr) pour packager et tester son paquet.
+* Une [machine virtuelle ou sur un serveur distant](/install_fr) ou un environnement de développement, [ynh-dev](https://github.com/yunohost/ynh-dev) ou [VirtualBox](/packaging_apps_virtualbox_fr), pour packager et tester son paquet.
 
 
 Si vous ne comprenez pas ces prérequis, ou si vous ne savez pas comment écrire du code, consulter d'abord l'[introduction au packaging](/packaging_apps_start_fr).