diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 08678b581cab5b7f3244f3787b89fa009b385da3..1ce9d4a9e09ed68b4a25a3b36ba490d1538d4bef 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -116,6 +116,10 @@ Then we'll download the frontend files:
         git clone https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
         cd funkwhale
 
+    By default, the repository will use the ``develop`` which may be unstable thus not recommended for production instances (unless you know what your doing). You should use the master branch instead:
+
+        git checkout master
+
     You'll also need to re-create the folders we make earlier:
 
         mkdir -p config data/static data/media data/music front