diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 1ce9d4a9e09ed68b4a25a3b36ba490d1538d4bef..7614dc689ffebad5bae002d02a42bc5803326aa5 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -112,13 +112,14 @@ Then we'll download the frontend files:
     case, run
 
         cd /srv
+        
         rm -r funkwhale
-        git clone https://code.eliotberriot.com/funkwhale/funkwhale funkwhale
+        
+        git clone -b master 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
+    The above clone command uses the master branch instead of the default develop branch, as master is stable and more suited for production setups.
 
     You'll also need to re-create the folders we make earlier: